CloudMysqlServerInstance

Prev Next

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サーバインスタンスの状態名
  • creating | deleted | deleting | downgrading | pending | recovering | reinstalling | restarting | running | settingup | shuttingdown | stopped | upgrading | downgrading
cloudMysqlServerInstanceStatus CommonCode Required Cloud DB for MySQLサーバインスタンスの状態
  • DEL | PEND | RUN | STOP | FSTOP
    • DEL: Deleted
    • PEND: Pending
    • RUN: Running
    • STOP: Stopped
    • FSTOP: Failure Stopped
cloudMysqlServerInstanceOperation CommonCode Required Cloud DB for MySQLサーバインスタンスの運用状態
  • 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
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かどうか
  • true | false
publicDomain String Optional グローバルドメイン名
privateDomain String Optional プライベートドメイン名
privateIp String Optional 内部 IPアドレス
dataStorageType CommonCode Optional データストレージタイプ
isStorageEncryption Boolean Optional データストレージ暗号化の有無
  • true | false
dataStorageSize Long Required データストレージ容量
usedDataStorageSize Long Optional 使用中のデータストレージ容量
cpuCount Integer Required Virtual CPU(vCPU)数
memorySize Long Required メモリ容量(Byte)
uptime Date Optional アップタイム
createDate Date Optional 作成日時