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
|
cpuCount |
Integer | Required | Number of CPUs
|
memorySize |
Long | Required | Memory size (byte)
|
baseBlockStorageSize |
Long | Required | Default block storage size (byte)
|
dbKind |
CommonCode | Required | Database type code
|
osInfomation |
String | Required | OS information |
platformType |
CommonCode | Required | Platform type |
osType |
CommonCode | Required | OS type |
platformCategoryCode |
String | Required | Platform category code
|
diskType |
CommonCode | Required | Disk type |
diskDetailType |
CommonCode | Required | Disk detailed type |
generationCode |
String | Required | Product generation code
|
priceList |
List<Price> | Required | Pricing plan list
|