ServerImage
- Print
- PDF
ServerImage
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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 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 (See Server image (OS) lifecycle in the Server user guide) 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 |
blockStorageMappingList | List<BlockStorageMapping> | Required | List of block storage allocated to the server image
|
Was this article helpful?