ServerImage

Prev Next

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
  • NAVER Cloud Platform's identifier to identify server images
serverImageName String Required Server image name
serverImageDescription String Optional Server image description
serverImageType CommonCode Required Server image type
  • Valie values: NCP | SELF
serverImageLifeCyclePhase CommonCode Required Server image lifecycle operation status
  • IN_SERVICE | FADE_OUT | RETIRED
    • IN_SERVICE: service launched
    • FADE_OUT: sale terminated
    • RETIRED: support terminated
See the user guide Compute > Server > VPC > Troubleshooting Server > Server image (OS) lifecycle.
hypervisorType CommonCode Required Hypervisor type
  • Valid values: XEN | KVM
cpuArchitectureType CommonCode Required CPU architecture type
  • Valid values X86_64
osCategoryType CommonCode Required OS category type
  • Valid values: LINUX | WINDOWS
osType CommonCode Required OS type
  • Valid values: CENTOS | UBUNTU | WINDOWS
serverImageStatusName String Required Pass the current server image status name by combining the server image status and the server image operation status.
  • Valid values: initialized | creating | created | createFailed | copying | terminating | repairing | terminated
serverImageStatus CommonCode Required Server image status
  • INIT: Initiated
  • CREAT: Created
  • CREFL: CreateFailed
serverImageOperation CommonCode Required Server image operation status
  • CREAT: create
  • TERMT: terminate
  • NULL: no operation
  • COPY: copy
serverImageProductCode String Required Server image product code
createDate Date Required Server image creation date and time
  • Format: YYYY-MM-DDThh:mm:ssZ
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
  • Viewable after the server image is created