CloudMssqlServerInstance

Prev Next

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

Cloud DB for MSSQL 서버 인스턴스

구문

private String cloudMssqlServerInstanceNo;
private String cloudMssqlServerName;
private CommonCode cloudMssqlServerRole;
private String cloudMssqlServerInstanceStatusName;
private CommonCode cloudMssqlServerInstanceStatus;
private CommonCode cloudMssqlServerInstanceOperation;
private String regionCode;
private String zoneCode;
private String vpcNo;
private String subnetNo;
private Long dataStorageSize;
private Integer cpuCount;
private Long memorySize;
private Boolean isPublicSubnet;
private String cloudMssqlProductCode;
private String privateDomain;
private Date createDate;
private Date uptime;
private CommonCode dataStorageType;
private Long usedDataStorageSize;

필드

파라미터 타입 필수 여부 설명
cloudMssqlServerInstanceNo String Y Cloud DB for MSSQL 서버 인스턴스 번호
cloudMssqlServerName String Y Cloud DB for MSSQL 서버 이름
cloudMssqlServerRole CommonCode Y Cloud DB for MSSQL 서버 역할
cloudMssqlServerInstanceStatusName String Y Cloud DB for MSSQL 서버 인스턴스 상태 이름
- creating
- deleted
- deleting
- downgrading
- pending
- recovering
- reinstalling
- restarting
- running
- settingup
- shuttingdown
- stopped
- upgrading
- downgrading
cloudMssqlServerInstanceStatus CommonCode Y Cloud DB for MSSQL 서버 인스턴스 상태 코드
- DEL (deleted)
- PEND (pending)
- RUN (running)
- STOP (stopped)
- FSTOP (failure stopped)
cloudMssqlServerInstanceOperation CommonCode Y Cloud DB for MSSQL 서버 인스턴스 Operation 코드
- NOOP (no operation)
- CREAT (create)
- START (start)
- RSTRT (restart)
- SETUP (setup)
- STOP (stop)
- FO (failover)
- DEL (delete)
- UPGD (upgrade)
- DWGD (downgrade)
- RISTL (reinstall)
regionCode String Y 리전 코드
zoneCode String Y Zone 코드
vpcNo String Y VPC 번호
subnetNo String Y Subnet 번호
dataStorageSize Long Y 데이터 스토리지 사이즈
cpuCount Integer Y CPU 개수
memorySize Long Y 메모리 사이즈
isPublicSubnet Boolean N Public Subnet 여부
cloudMssqlProductCode String N Cloud DB for MSSQL 상품 코드
privateDomain String N 사설 도메인명
createDate Date N 생성 일자
uptime Date N VM 부팅 완료 시간
dataStorageType CommonCode N 데이터 스토리지 타입
usedDataStorageSize Long N 사용 중인 데이터 스토리지 사이즈