Available in VPC
Define the attributes of ''product,'' which collectively refers to the services and solutions provided by NAVER Cloud Platform.
Syntax
The syntax is as follows.
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 baseBlockStorageSize;
private CommonCode platformType;
private String osInformation;
private CommonCode diskType;
private String dbKindCode;
private Long addBlockStorageSize;
private String generationCode;
private String engineVersionCode;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
productCode |
String | Required | Product code managed by NAVER Cloud Platform that defines server specification or server OS
|
productName |
String | Required | Product name
|
productType |
CommonCode | Required | Product type
|
productDescription |
String | Required | Product description |
infraResourceType |
CommonCode | Required | Infrastructure resource type
|
infraResourceDetailType |
CommonCode | Optional | Infrastructure resource detailed type
|
cpuCount |
Integer | Optional | Number of virtual CPUs (vCPUs)
|
memorySize |
Long | Optional | Memory size (byte)
|
baseBlockStorageSize |
Long | Required | Default block storage size (byte)
|
platformType |
CommonCode | Optional | Platform type
|
osInformation |
String | Optional | OS information
|
diskType |
CommonCode | Optional | Disk type
|
dbKindCode |
String | Optional | Database type code
|
addBlockStorageSize |
Long | Optional | Additional block storage size (byte)
|
generationCode |
String | Optional | Generation code
|
engineVersionCode |
String | Optional | Engine version code |