CloudMysqlServerInstance
- 인쇄
- PDF
CloudMysqlServerInstance
- 인쇄
- PDF
기사 요약
이 요약이 도움이 되었나요?
의견을 보내 주셔서 감사합니다.
VPC 환경에서 이용 가능합니다.
설명
Cloud DB for MySQL 서버 인스턴스
구문
private String cloudMysqlServerInstanceNo;
private String cloudMysqlServerName;
private CommonCode cloudMysqlServerRole;
private String cloudMysqlServerInstanceStatusName;
private CommonCode cloudMysqlServerInstanceStatus;
private CommonCode cloudMysqlServerInstanceOperation;
private String cloudMysqlProductCode;
private String regionCode;
private String zoneCode;
private String vpcNo;
private String subnetNo;
private Boolean isPublicSubnet;
private String publicDomain;
private String privateDomain;
private String privateIp;
private CommonCode dataStorageType;
private Boolean isStorageEncryption;
private Long dataStorageSize;
private Long usedDataStorageSize;
private Integer cpuCount;
private Long memorySize;
private Date uptime;
private Date createDate;
필드
파라미터명 | 필수 여부 | 타입 | 설명 |
---|---|---|---|
cloudMysqlServerInstanceNo | Yes | String | Cloud DB for MySQL 서버 인스턴스 번호 |
cloudMysqlServerName | Yes | String | Cloud DB for MySQL 서버 이름 |
cloudMysqlServerRole | Yes | CommonCode | Cloud DB for MySQL 서버 역할 |
cloudMysqlServerInstanceStatusName | Yes | String | Cloud DB for MySQL 서버 인스턴스 상태 이름creating deleted deleting downgrading pending recovering reinstalling restarting running settingup shuttingdown stopped upgrading downgrading |
cloudMysqlServerInstanceStatus | Yes | CommonCode | Cloud DB for MySQL 서버 인스턴스 상태DEL (deleted 상태) PEND (pending 상태) RUN (running 상태) STOP (stopped 상태) FSTOP (failure stopped 상태) |
cloudMysqlServerInstanceOperation | Yes | CommonCode | Cloud DB for MySQL 서버 인스턴스 OPNOOP (no OP) CREAT (create OP) START (start OP) RSTRT (restart OP) SETUP (setup OP) STOP (stop OP) FO (failover OP) DEL (delete OP) UPGD (upgrade OP) DWGD (downgrade OP) RISTL (서버 reinstall OP) MIG (migration OP) |
cloudMysqlProductCode | No | String | Cloud DB for MySQL 상품 코드 |
regionCode | Yes | String | 리전 코드 |
zoneCode | Yes | String | ZONE 코드 |
vpcNo | Yes | String | VPC 번호 |
subnetNo | Yes | String | Subnet 번호 |
isPublicSubnet | No | Boolean | Public Subnet 여부 |
publicDomain | No | String | 공인 도메인명 |
privateDomain | No | String | 사설 도메인명 |
privateIp | No | String | 사설 IP |
dataStorageType | No | CommonCode | 데이터 스토리지 타입 |
isStorageEncryption | No | Boolean | 데이터 스토리지 암호화 여부 |
dataStorageSize | Yes | Long | 데이터 스토리지 사이즈 |
usedDataStorageSize | No | Long | 사용중인 데이터 스토리지 사이즈 |
cpuCount | Yes | Integer | virtual CPU 개수 |
memorySize | Yes | Long | 메모리 사이즈 |
uptime | No | Date | 업시간 |
createDate | No | Date | 생성일자 |
이 문서가 도움이 되었습니까?