CloudMysqlInstance

Prev Next

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

Cloud DB for MySQL 인스턴스

구문

private String cloudMysqlInstanceNo;
private String cloudMysqlServiceName;
private String cloudMysqlInstanceStatusName;
private CommonCode cloudMysqlInstanceStatus;
private CommonCode cloudMysqlInstanceOperation;
private String cloudMysqlImageProductCode;
private String engineVersion;
private CommonCode license;
private Integer cloudMysqlPort;
private Boolean isHa;
private Boolean isMultiZone;
private Boolean isBackup;
private Integer backupFileRetentionPeriod;
private String backupTime;
private String generationCode;
private Date createDate;
private List<String> accessControlGroupNoList;
private List<String> cloudMysqlConfigList;
private List<CloudMysqlServerInstance> cloudMysqlServerInstanceList;

필드

필드 타입 필수 여부 설명 제약 사항
cloudMysqlInstanceNo String Y Cloud DB for MySQL 인스턴스 번호 -
cloudMysqlServiceName String Y Cloud DB for MySQL 서비스 이름 -
cloudMysqlInstanceStatusName String Y Cloud DB for MySQL 인스턴스 상태 이름
-creating
-deleted
-deleting
-pending
-recovering
-reinstalling
-restarting
-running
- settingup
-shuttingdown
-stopped
-upgrading
-downgrading
-
cloudMysqlInstanceStatus CommonCode Y Cloud DB for MySQL 인스턴스 상태 코드
-INIT (init)
-CREAT (created)
-DEL (deleted)
-
cloudMysqlInstanceOperation CommonCode Y Cloud DB for MySQL 인스턴스 Operation 코드
-CREAT (create)
-DEL (delete)
-FO (failover)
-NULL (no)
-SETUP (setup)
-UPGD (upgrade)
-DWGD (downgrade)
-BKP (backup)
-
cloudMysqlImageProductCode String N Cloud DB for MySQL 이미지 상품 코드 -
engineVersion String N Cloud DB for MySQL 엔진 버전 -
license CommonCode N Cloud DB for MySQL 라이선스 -
cloudMysqlPort Integer N Cloud DB for MySQL 포트 -
isHa Boolean Y 고가용성 여부 -
isMultiZone Boolean Y 멀티존 여부 -
isBackup Boolean N 백업 여부 -
backupFileRetentionPeriod Integer N 백업 파일 보관 기간 -
backupTime String N 백업 시간 -
generationCode String Y 서버 세대 코드 -
createDate Date Y 생성일자 -
accessControlGroupNoList List<String> N ACG 번호 목록 -
cloudMysqlConfigList List<String> N Cloud DB for MySQL Config 목록 -
cloudMysqlServerInstanceList List<CloudMysqlServerInstance> Y Cloud DB for MySQL 서버 인스턴스 목록 -