Skip to content

Latest commit

 

History

History
39 lines (35 loc) · 3.05 KB

ServerInstance.md

File metadata and controls

39 lines (35 loc) · 3.05 KB

ServerInstance

Properties

Name Type Description Notes
ServerInstanceNo *string 서버인스턴스번호 [optional] [default to null]
ServerName *string 서버명 [optional] [default to null]
ServerDescription *string 서버설명 [optional] [default to null]
CpuCount *int32 CPU수 [optional] [default to null]
MemorySize *int64 메모리사이즈 [optional] [default to null]
BaseBlockStorageSize *int64 기본블럭스토리지사이즈 [optional] [default to null]
PlatformType *CommonCode 플랫폼구분 [optional] [default to null]
LoginKeyName *string 로그인키명 [optional] [default to null]
IsFeeChargingMonitoring *bool 유료모니터링여부 [optional] [default to null]
PublicIp *string 공인IP [optional] [default to null]
PrivateIp *string 사설IP [optional] [default to null]
ServerImageName *string 서버이미지명 [optional] [default to null]
ServerInstanceStatus *CommonCode 서버인스턴스상태 [optional] [default to null]
ServerInstanceOperation *CommonCode 서버인스턴스OP [optional] [default to null]
ServerInstanceStatusName *string 서버인스턴스상태명 [optional] [default to null]
CreateDate *string 생성일자 [optional] [default to null]
Uptime *string UPTIME [optional] [default to null]
ServerImageProductCode *string 서버이미지상품코드 [optional] [default to null]
ServerProductCode *string 서버상품코드 [optional] [default to null]
IsProtectServerTermination *bool 반납보호여부 [optional] [default to null]
PortForwardingPublicIp *string portForwarding 공인 Ip [optional] [default to null]
PortForwardingExternalPort *int32 portForwarding 외부 포트 [optional] [default to null]
PortForwardingInternalPort *int32 portForwarding 내부 포트 [optional] [default to null]
Zone *Zone Zone [optional] [default to null]
Region *Region 리전 [optional] [default to null]
BaseBlockStorageDiskType *CommonCode 기본블록스토리지디스크유형 [optional] [default to null]
BaseBlockStroageDiskDetailType *CommonCode 기본블록스토리지디스크상세유형 [optional] [default to null]
InternetLineType *CommonCode 인터넷라인구분 [optional] [default to null]
UserData *string 사용자데이타 [optional] [default to null]
AccessControlGroupList []*AccessControlGroup ACG리스트 [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]