getCloudRedisImageProductList
- Print
- PDF
getCloudRedisImageProductList
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
Overview
Querying a list of Cloud DB for Redis product codes
Requests
Request Parameters
Parameter Name | Requirement Status | Type | Restrictions | Description |
---|---|---|---|---|
regionCode | No | String | - Region code Sets the region from which a list of Cloud DB for Redis image product codes is to be queried regionCode can be obtained via the getRegionList action Default: the first Region of the getRegionList search results is selected. | |
productCode | No | String | - Cloud DB for Redis image product code to be queried The productCode can be obtained via the getCloudRedisImageProductList action | |
exclusionProductCode | No | String | - Cloud DB for Redis image product code to be excluded The exclusionProductCode can be obtained via the getCloudRedisImageProductList action | |
output | No | String | - Format type of the response result Options: xml | json Default: json |
Responses
Response data type
- ProductList type
ProductList extends CommonResponse |
---|
private Integer totalRows; |
private List<Product> cloudRedisInstanceList = 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; |
Examples
Call
ncloud vredis getCloudRedisImageProductList --regionCode KR --productCode SW.VDBAS.VRDS.LNX64.CNTOS.0703.REDIS.4014.B050
Responses
<getCloudRedisImageProductListResponse>
<requestId>e55bbd29-8bb3-4624-a007-b853ed0cc639</requestId>
<returnCode>0</returnCode>
<returnMessage>success</returnMessage>
<totalRows>1</totalRows>
<productList>
<product>
<productCode>SW.VDBAS.VRDS.LNX64.CNTOS.0703.REDIS.4014.B050</productCode>
<productName>CentOS 7.3 with Redis 4.0.2</productName>
<productType>
<code>LINUX</code>
<codeName>Linux</codeName>
</productType>
<productDescription>CentOS 7.3 with Redis 4.0.14</productDescription>
<infraResourceType>
<code>SW</code>
<codeName>Software</codeName>
</infraResourceType>
<baseBlockStorageSize>53687091200</baseBlockStorageSize>
<platformType>
<code>LNX64</code>
<codeName>Linux 64 Bit</codeName>
</platformType>
<osInformation>CentOS 7.3 with Redis 4.0.14 (64-bit)</osInformation>
</product>
</productList>
</getCloudRedisImageProductListResponse>
Was this article helpful?