Create
OPEN SITE
Site builder
Content tools
Categories & Articles
CloudMysqlServerInstance
PUBLISHED
Workflow status
VPC 환경에서 이용 가능합니다.
Cloud DB for MySQL 서버 인스턴스입니다. ## 구문 구문은 다음과 같습니다. ```java 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](/docs/common-apidatatype-commoncode) | Required | Cloud DB for MySQL 서버 역할 | | `cloudMysqlServerInstanceStatusName` | String | Required | Cloud DB for MySQL 서버 인스턴스 상태명- `creating` \| `deleted` \| `deleting` \| `downgrading` \| `pending` \| `recovering` \| `reinstalling` \| `restarting` \| `running` \| `settingup` \| `shuttingdown` \| `stopped` \| `upgrading` \| `downgrading`
- `DEL` \| `PEND` \| `RUN` \| `STOP` \| `FSTOP`
- `DEL`: Deleted
- `PEND`: Pending
- `RUN`: Running
- `STOP`: Stopped
- `FSTOP`: Failure Stopped
- `NOOP` \| `CREAT` \| `START` \| `RSTRT` \| `SETUP` \| `STOP` \| `FO` \| `DEL` \| `UPGD` \| `DWGD` \| `RISTL` \| `MIG`
- `NOOP`: No Operation
- `CREAT`: Create
- `START`: Start
- `RSTRT`: Restart
- `SETUP`: Setup
- `STOP`: Stop
- `FO`: Failover
- `DEL`: Delete
- `UPGD`: Upgrade
- `DWGD`: Downgrade
- `RISTL`: Reinstall
- `MIG`: Migration