ProductPrice

Prev Next

Available in Classic and VPC

This is the product pricing plan.

Syntax

The syntax is as follows.

private CommonCode productItemKind;
private CommonCode productItemKindDetail;
private String productCode;
private String productName;
private String productDescription;
private CommonCode softwareType;
private CommonCode productCategory;
private CommonCode productType;
private CommonCode productTypeDetail;
private Integer gpuCount;
private Integer cpuCount;
private Long memorySize;
private Long baseBlockStorageSize;
private CommonCode dbKind;
private String osInfomation;
private CommonCode platformType;
private CommonCode osType;
private String platformCategoryCode;
private CommonCode diskType;
private CommonCode diskDetailType;
private String generationCode;
private List<Price> priceList;

Field

The following describes each field.

Field Type Required Description
productItemKind CommonCode Required Product item type
productItemKindDetail CommonCode Required Product item type details
productCode String Required Product code
productName String Required Product name
productDescription String Required Product description
softwareType CommonCode Required Software type
productCategory CommonCode Required Product category
productType CommonCode Required Product type
productTypeDetail CommonCode Required Product type details
gpuCount Integer Required Number of GPUs
  • It is returned when viewing Server product
cpuCount Integer Required Number of CPUs
  • It is returned when viewing Server product
memorySize Long Required Memory size (byte)
  • It is returned when viewing Server product
baseBlockStorageSize Long Required Default block storage size (byte)
  • It is returned when viewing Server product
dbKind CommonCode Required Database type code
  • It is returned when viewing a Server product related to Cloud DB
osInfomation String Required OS information
platformType CommonCode Required Platform type
osType CommonCode Required OS type
platformCategoryCode String Required Platform category code
  • <Example> APP, DBMS, OS
diskType CommonCode Required Disk type
diskDetailType CommonCode Required Disk detailed type
generationCode String Required Product generation code
  • G1 | G2
priceList List<Price> Required Pricing plan list
  • List of pricing plan information that the product uses