getCloudMssqlImageProductList
    • PDF

    getCloudMssqlImageProductList

    • PDF

    Article Summary

    개요

    Cloud DB for MSSQL 상품 코드 리스트를 조회합니다.

    요청

    요청 파라미터

    파라미터명필수 여부타입제약 사항설명
    regionCodeNoString- 리전 코드
    Cloud DB for MSSQL 이미지 상품 코드 리스트가 조회될 리전(Region)을 결정 가능
    regionCode는 getRegionList 액션을 통해서 획득 가능
    Default: getRegionList 조회 결과의 첫 번째 리전 선택
    productCodeNoString- 조회할 Cloud DB for MSSQL 이미지 상품 코드
    productCode는 getCloudMssqlImageProductList 액션의 productCode로 획득 가능
    exclusionProductCodeNoString- 제외할 Cloud DB for MSSQL 이미지 상품 코드
    exclusionProductCode는 getCloudMssqlImageProductList 액션의 productCode로 획득 가능
    outputNoString- 응답 결과의 포맷 타입
    Options: xml | json
    Default: json

    응답

    응답 데이터 타입

    • ProductList 타입
    ProductList extends CommonResponse
    private Integer totalRows;
    private List productList = 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 vmssql getCloudMssqlImageProductList --regionCode FKR --productCode SW.VMSSL.OS.WND64.WINNT.SVR2016.MSSQL.15020005.SE.B100
    

    응답 예시

    <getCloudMssqlImageProductListResponse>
        <requestId>feb0b122-9779-4526-846e-c4618c4bacf4</requestId>
        <returnCode>0</returnCode>
        <returnMessage>success</returnMessage>
        <totalRows>1</totalRows>
        <productList>
            <product>
                <productCode>SW.VMSSL.OS.WND64.WINNT.SVR2016.MSSQL.15020005.SE.B100</productCode>
                <productName>MSSQL 15.0.2000.5 Standard Edition</productName>
                <productType>
                    <code>WINNT</code>
                    <codeName>Windows NT</codeName>
                </productType>
                <productDescription>Windows Server 2016 with MSSQL 2019 RTM (15.0.2000.5) Standard English Edition</productDescription>
                <infraResourceType>
                    <code>SW</code>
                    <codeName>Software</codeName>
                </infraResourceType>
                <baseBlockStorageSize>107374182400</baseBlockStorageSize>
                <platformType>
                    <code>WND64</code>
                    <codeName>Windows 64 Bit</codeName>
                </platformType>
                <osInformation>Windows Server 2016 with MSSQL 15.0.2000.5 Standard Edition</osInformation>
            </product>
        </productList>
    </getCloudMssqlImageProductListResponse>
    

    이 문서가 도움이 되었습니까?

    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.