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 | Required | Cloud DB for MySQLのインスタンス番号 |
cloudMysqlServiceName |
String | Required | Cloud DB for MySQLサービス名 |
cloudMysqlInstanceStatusName |
String | Required | Cloud DB for MySQLインスタンスの状態名
|
cloudMysqlInstanceStatus |
CommonCode | Required | Cloud DB for MySQLインスタンスの状態
|
cloudMysqlInstanceOperation |
CommonCode | Required | Cloud DB for MySQLインスタンスの運用状態
|
cloudMysqlImageProductCode |
String | Optional | Cloud DB for MySQLイメージ商品コード |
engineVersion |
String | Optional | Cloud DB for MySQLエンジンバージョン |
license |
CommonCode | Optional | Cloud DB for MySQLライセンス |
cloudMysqlPort |
Integer | Optional | Cloud DB for MySQLポート |
isHa |
Boolean | Required | 高可用性かどうか
|
isMultiZone |
Boolean | Required | マルチゾーンかどうか
|
isBackup |
Boolean | Optional | バックアップの有無
|
backupFileRetentionPeriod |
Integer | Optional | バックアップファイルの保管期間 |
backupTime |
String | Optional | バックアップ時間 |
generationCode |
String | Required | サーバの世代コード |
createDate |
Date | Required | 作成日時 |
accessControlGroupNoList |
List<String> | Optional | ACG番号リスト |
cloudMysqlConfigList |
List<String> | Optional | Cloud DB for MySQL Configリスト |
cloudMysqlServerInstanceList |
List<CloudMysqlServerInstance> | Required | Cloud DB for MySQLサーバインスタンスリスト |