ServerImage

Prev Next

VPC 환경에서 이용 가능합니다.

설명

서버 이미지

구문

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;

필드

파라미터 명 필수 여부 타입 설명
serverImageNo Yes String 서버이미지를 식별하기 위한 Ncloud 의 식별자
serverImageName Yes String 서버이미지이름
serverImageDescription No String 서버이미지설명
serverImageType Yes CommonCode 서버이미지타입
NCP
SELF
serverImageLifeCyclePhase Yes CommonCode 서버이미지라이프사이클운영상태
  • IN_SERVICE | FADE_OUT | RETIRED
    • IN_SERVICE: 서비스 출시
    • FADE_OUT: 판매 종료
    • RETIRED: 지원 종료
사용자 가이드 Compute > Server > VPC > Server 문제 해결 > 서버이미지(OS) 라이프사이클 참조
hypervisorType Yes CommonCode 하이퍼바이저타입
XEN
RHV
KVM
cpuArchitectureType Yes CommonCode CPU아키텍처타입
X86_64
osCategoryType Yes CommonCode OS카테고리타입
LINUX
WINDOWS
osType Yes CommonCode OS타입
CENTOS
UBUNTU
WINDOWS
serverImageStatusName Yes String 서버 이미지 상태와, 서버 이미지 Operation 상태를 조합하여, 현재의 서버 이미지 상태명을 전달
Initialized
creating
created
copying
terminating
repairing
terminated
serverImageStatus Yes CommonCode 서버 이미지상태
INIT(NSI INIT 상태)
CREAT(NSI CREATED 상태)
serverImageOperation Yes CommonCode 서버 이미지 Operation 상태
CREAT(NSI CREAT OP)
TERMT(NSI TERMINATE OP)
NULL(NSI NULLOP)
COPY(NSI COPY OP)
serverImageProductCode Yes String 서버 이미지 상품코드
createDate Yes Date 서버 이미지 생성일자포맷 : "YYYY-MM-DDThh:mm:ssZ"
shareStatus Yes CommonCode 공유상태
sharedLoginIdList Yes List 공유받은로그인ID리스트
blockStorageMappingList Yes List<BlockStorageMapping> - 서버이미지에 할당된 블록 스토리지 리스트
서버이미지가 생성이 완료된 이후에 조회 가능