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 |
String | Required | Cloud DB for MySQL 서버 인스턴스 번호 |
cloudMysqlServerName |
String | Required | Cloud DB for MySQL 서버 이름 |
cloudMysqlServerRole |
CommonCode | Required | Cloud DB for MySQL 서버 역할 |
cloudMysqlServerInstanceStatusName |
String | Required | Cloud DB for MySQL 서버 인스턴스 상태명
|
cloudMysqlServerInstanceStatus |
CommonCode | Required | Cloud DB for MySQL 서버 인스턴스 상태
|
cloudMysqlServerInstanceOperation |
CommonCode | Required | Cloud DB for MySQL 서버 인스턴스 운영 상태
|
cloudMysqlProductCode |
String | Optional | Cloud DB for MySQL 상품 코드 |
regionCode |
String | Required | 리전 코드 |
zoneCode |
String | Required | 존 코드 |
vpcNo |
String | Required | VPC 번호 |
subnetNo |
String | Required | Subnet 번호 |
isPublicSubnet |
Boolean | Optional | Public Subnet 여부
|
publicDomain |
String | Optional | 공인 도메인 이름 |
privateDomain |
String | Optional | 사설 도메인 이름 |
privateIp |
String | Optional | 사설 IP |
dataStorageType |
CommonCode | Optional | 데이터 스토리지 타입 |
isStorageEncryption |
Boolean | Optional | 데이터 스토리지 암호화 여부
|
dataStorageSize |
Long | Required | 데이터 스토리지 크기 |
usedDataStorageSize |
Long | Optional | 사용 중인 데이터 스토리지 크기 |
cpuCount |
Integer | Required | Virtual CPU (vCPU) 개수 |
memorySize |
Long | Required | 메모리 사이즈(Byte) |
uptime |
Date | Optional | 업타임 |
createDate |
Date | Optional | 생성 일시 |