getCloudMongoDbImageProductList
    • PDF

    getCloudMongoDbImageProductList

    • PDF

    Article Summary

    VPC環境で利用できます。

    概要

    Cloud DB for MongoDBの商品コードリストを照会します。

    リクエスト

    リクエストパラメータ

    パラメータ名要否タイプ制約事項説明
    regionCodeNoString- リージョンコード
    Cloud DB for MongoDBの画像商品コードリストを照会するリージョン(Region)を決定可能
    regionCodeは、getRegionListアクションを通じて取得可能
    Default: getRegionList照会結果の最初のリージョンを選択
    productCodeNoString- 照会する Cloud DB for MongoDBの画像商品コード
    productCodeは、getCloudMongoDbImageProductListアクションを通じて取得可能
    exclusionProductCodeNoString- 除外する Cloud DB for MongoDBの画像商品コード
    exclusionProductCodeは、getCloudMongoDbImageProductListアクションを通じて取得可能
    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 vmongodb getCloudMongoDbImageProductList --regionCode KR --productCode SW.VMGDB.LNX64.CNTOS.0708.MNGDB.402.CE.B050
    

    レスポンス

    <getCloudMongoDbImageProductListResponse>
        <requestId>5c93827e-d858-42e1-a19b-5b1fc5c0840a</requestId>
        <returnCode>0</returnCode>
        <returnMessage>success</returnMessage>
        <totalRows>2</totalRows>
        <productList>
            <product>
                <productCode>SW.VMGDB.LNX64.CNTOS.0708.MNGDB.402.CE.B050</productCode>
                <productName>MongoDB 4.2 Community Edition</productName>
                <productType>
                    <code>LINUX</code>
                    <codeName>Linux</codeName>
                </productType>
                <productDescription>CentOS 7.8 with MongoDB 4.2 Community Edition</productDescription>
                <infraResourceType>
                    <code>SW</code>
                    <codeName>Software</codeName>
                </infraResourceType>
                <infraResourceDetailType>
                    <code>MNGOD</code>
                    <codeName>Mongod (Primary&Secondary)</codeName>
                </infraResourceDetailType>
                <baseBlockStorageSize>53687091200</baseBlockStorageSize>
                <platformType>
                    <code>LNX64</code>
                    <codeName>Linux 64 Bit</codeName>
                </platformType>
                <osInformation>CentOS 7.8 with MongoDB 4.2 Community Edition (64-bit)</osInformation>
            </product>
            <product>
                <productCode>SW.VMGDB.LNX64.CNTOS.0708.MNGDB.402.EE.B050</productCode>
                <productName>MongoDB 4.2 Enterprise Edition</productName>
                <productType>
                    <code>LINUX</code>
                    <codeName>Linux</codeName>
                </productType>
                <productDescription>CentOS 7.8 with MongoDB 4.2 Enterprise Edition</productDescription>
                <infraResourceType>
                    <code>SW</code>
                    <codeName>Software</codeName>
                </infraResourceType>
                <infraResourceDetailType>
                    <code>MNGOD</code>
                    <codeName>Mongod (Primary&Secondary)</codeName>
                </infraResourceDetailType>
                <baseBlockStorageSize>53687091200</baseBlockStorageSize>
                <platformType>
                    <code>LNX64</code>
                    <codeName>Linux 64 Bit</codeName>
                </platformType>
                <osInformation>CentOS 7.8 with MongoDB 4.2 Enterprise Edition (64-bit)</osInformation>
            </product>
        </productList>
    </getCloudMongoDbImageProductListResponse>
    

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

    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.