getCloudHadoopProductList
    • PDF

    getCloudHadoopProductList

    • PDF

    Article Summary

    VPC環境で利用できます。

    概要

    使用可能なCloud Hadoopサーバスペックのコードリストを照会します。

    リクエスト

    リクエストパラメータ

    パラメータ名必須有無タイプ制約事項説明
    regionCodeNoString- リージョンコード
    - Cloud Hadoop商品コードリストが照会されるリージョンを決定できます。
    - regionCodeはgetRegionListアクションを通じて取得できます。
    - デフォルト:getRegionList照会結果の最初のリージョンを選択
    zoneCodeNoString- Zoneコード
    - Cloud Hadoop商品コードリストが照会されるZoneを決定できます。
    - zoneCodeはgetZoneListアクションを通じて取得できます。
    cloudHadoopImageProductCodeYesString- Cloud Hadoopイメージ商品コード
    - Cloud Hadoopイメージ商品で作成可能なサーバスペック商品リストを照会します。
    - cloudHadoopImageProductCodeはgetCloudHadoopImageProductListアクションを通じて取得できます。
    productCodeNoString- 照会するCloud Hadoop商品コード
    - productCodeはgetCloudHadoopProductListアクションを通じて取得できます。
    infraResourceDetailTypeCodeNoString- Cloud for Hadoopのその他のサーバinfraの詳細商品コード
    - Options : MSTDT | EDGND
    exclusionProductCodeNoString- 除外するCloud Hadoop商品コード
    - exclusionProductCodeはgetCloudHadoopProductListアクションを通じて取得できます。
    outputNoString- レスポンス結果のフォーマットタイプ
    - Options: xml | json
    - Default: json

    レスポンス

    レスポンス データタイプ

    • ProductList タイプ
    ProductList extends CommonResponse
    private Integer totalRows;
    private List<Product> cloudMongoDbInstanceList = new ArrayList<>();
    Product
    private String productCode;
    private String productName;
    private CommonCode productType;
    private String productDescription;
    private CommonCode infraResourceType;
    private CommonCode infraResourceDetailType;
    private Integer cpuCount;
    private Long memorySize;
    private Long osMemorySize;
    private Long baseBlockStorageSize;
    private CommonCode platformType;
    private String osInformation;
    private CommonCode diskType;
    private String dbKindCode;
    private Long addBlockStorageSize;
    private String generationCode;

    リクエスト例

    ncloud vhadoop getCloudHadoopProductList --regionCode KR --cloudHadoopImageProductCode SW.VCHDP.LNX64.CNTOS.0708.HDP.15.B050 --productCode SVR.VCHDP.EDGND.STAND.C004.M016.NET.HDD.B050.G001  --infraResourceDetailTypeCode EDGND 
    

    レスポンス例

    <getCloudHadoopProductListResponse>
        <requestId>663fea31-ccde-4099-92f7-309b0198c98c</requestId>
        <returnCode>0</returnCode>
        <returnMessage>success</returnMessage>
        <totalRows>1</totalRows>
        <productList>
            <product>
                <productCode>SVR.VCHDP.EDGND.STAND.C004.M016.NET.HDD.B050.G001</productCode>
                <productName>vCPU 4EA, Memory 16GB, Disk 50GB</productName>
                <productType>
                    <code>STAND</code>
                    <codeName>Standard</codeName>
                </productType>
                <productDescription>vCPU 4개, 메모리 16GB, 디스크 50GB</productDescription>
                <infraResourceType>
                    <code>VCHDP</code>
                    <codeName>Cloud Hadoop (VPC)</codeName>
                </infraResourceType>
                <infraResourceDetailType>
                    <code>EDGND</code>
                    <codeName>EdgeNode</codeName>
                </infraResourceDetailType>
                <cpuCount>4</cpuCount>
                <memorySize>17179869184</memorySize>
                <diskType>
                    <code>NET</code>
                    <codeName>Network Storage</codeName>
                </diskType>
            </product>
        </productList>
    </getCloudHadoopProductListResponse>
    

    この記事は役に立ちましたか?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.