The latest service changes have not yet been reflected in this content. We will update the content as soon as possible. Please refer to the Korean version for information on the latest updates.
Available in VPC
This is a server image.
Syntax
The syntax is as follows:
private String serverImageNo;
private String serverImageName;
private String serverImageDescription;
private CommonCode serverImageType;
private CommonCode serverImageLifeCyclePhase;
private CommonCode hypervisorType;
private CommonCode cpuArchitectureType;
private CommonCode osCategoryType;
private CommonCode osType;
private String serverImageStatusName;
private CommonCode serverImageStatus;
private CommonCode serverImageOperation;
private String serverImageProductCode;
private Date createDate;
private CommonCode shareStatus;
private SharedLoginIdList sharedLoginIdList;
private String platformCategoryCode;
private List<BlockStorageMapping> blockStorageMappingList;
Field
The following describes the fields:
| Field | Type | Required | Description |
|---|---|---|---|
| serverImageNo | String | Required | Server image number
|
| serverImageName | String | Required | Server image name |
| serverImageDescription | String | Optional | Server image description |
| serverImageType | CommonCode | Required | Server image type
|
| serverImageLifeCyclePhase | CommonCode | Required | Server image lifecycle operation status
|
| hypervisorType | CommonCode | Required | Hypervisor type
|
| cpuArchitectureType | CommonCode | Required | CPU architecture type
|
| osCategoryType | CommonCode | Required | OS category type
|
| osType | CommonCode | Required | OS type
|
| serverImageStatusName | String | Required | Pass the current server image status name by combining the server image status and the server image operation status.
|
| serverImageStatus | CommonCode | Required | Server image status
|
| serverImageOperation | CommonCode | Required | Server image operation status
|
| serverImageProductCode | String | Required | Server image product code |
| createDate | Date | Required | Server image creation date and time
|
| shareStatus | CommonCode | Required | Sharing status |
| sharedLoginIdList | List |
Required | List of shared login IDs |
| platformCategoryCode | String | Required | Platform category code |
| blockStorageMappingList | List<BlockStorageMapping> | Required | List of block storage allocated to the server image
|