ServerInstance
- 인쇄
- PDF
ServerInstance
- 인쇄
- PDF
기사 요약
이 요약이 도움이 되었나요?
의견을 보내 주셔서 감사합니다.
Classic 환경에서 이용 가능합니다.
서버 인스턴스 정보입니다.
구문
구문은 다음과 같습니다.
private String serverInstanceNo;
private String serverName;
private String serverDescription;
private Integer cpuCount;
private Long memorySize;
private Long baseBlockStorageSize;
private CommonCode platformType;
private String loginKeyName;
private Boolean isFeeChargingMonitoring;
private String publicIp;
private String privateIp;
private String serverImageName;
private CommonCode serverInstanceStatus;
private CommonCode serverInstanceOperation;
private String serverInstanceStatusName;
private Date createDate;
private Date uptime;
private String serverImageProductCode;
private String serverProductCode;
private Boolean isProtectServerTermination;
private String portForwardingPublicIp;
private Integer portForwardingExternalPort;
private Integer portForwardingInternalPort;
private Zone zone;
private Region region;
private CommonCode baseBlockStorageDiskType;
private CommonCode baseBlockStroageDiskDetailType;
private CommonCode serverInstanceType;
private String userData;
private List<AccessControlGroup> accessControlGroupList;
private List<BlockDevicePartition> blockDevicePartitionList;
필드
필드에 대한 설명은 다음과 같습니다.
필드 | 타입 | 필수 여부 | 설명 |
---|---|---|---|
serverInstanceNo | String | Required | 서버 인스턴스 번호
|
serverName | String | Required | 서버 이름 |
serverDescription | String | Required | 서버 설명 |
cpuCount | Integer | Required | Virtual CPU 수 |
memorySize | Long | Required | 메모리 사이즈(Byte) |
baseBlockStorageSize | Long | Required | 기본 블록 스토리지 사이즈(Byte) |
platformType | CommonCode | Required | 서버에 설치된 이미지의 플랫폼 구분
|
loginKeyName | String | Required | 서버의 패스워드를 발급한 공개 키로 암호화한 로그인 키 이름 |
isFeeChargingMonitoring | Boolean | Required | 유료 모니터링 여부
|
publicIp | String | Optional | 서버에 할당되어 있는 공인 IP |
privateIp | String | Required | 서버에 할당되어 있는 사설 IP |
serverImageName | String | Required | 서버 이미지 이름 |
serverInstanceStatus | CommonCode | Required | 서버 인스턴스 상태
|
serverInstanceOperation | CommonCode | Required | 서버 인스턴스 운영 상태
|
serverInstanceStatusName | String | Required | 서버 인스턴스 상태명
|
createDate | Date | Required | 생성 일시(YYYY-MM-DDThh:mm:ssZ) |
uptime | Date | Required | 업타임(YYYY-MM-DDThh:mm:ssZ) |
serverImageProductCode | String | Required | 서버 이미지 상품 코드
|
serverProductCode | String | Required | 서버 상품 코드
|
isProtectServerTermination | Boolean | Required | 반납 보호 여부
|
portForwardingPublicIp | String | Optional | 포트 포워딩 공인 IP
|
portForwardingExternalPort | Integer | Optional | 포트 포워딩 공인 외부 포트 값
|
portForwardingInternalPort | Integer | Optional | 포트 포워딩 내부 공인 내부 포트 값
|
zone | Zone | Required | 서버가 위치한 존 |
region | Region | Required | 서버가 위치한 리전 |
baseBlockStorageDiskType | CommonCode | Required | 기본 블록 스토리지 디스크 유형
|
baseBlockStorageDiskDetailType | CommonCode | Required | 기본 블록 스토리지 디스크 상세 유형
|
serverInstanceType | CommonCode | Required | 서버 인스턴스 타입
|
userData | String | Required | 사용자 데이터
|
accessControlGroupList | List<AccessControlGroup> | Required | ACG 목록 |
blockDevicePartitionList | List<BlockDevicePartition> | Optional | 블록 디바이스 파티션 목록
|
이 문서가 도움이 되었습니까?