CloudMssqlServerInstance

Prev Next

VPC環境で利用できます。

Cloud DB for MSSQLサーバインスタンスです。

構文

構文は次の通りです。

private String cloudMssqlServerInstanceNo;
private String cloudMssqlServerName;
private CommonCode cloudMssqlServerRole;
private String cloudMssqlServerInstanceStatusName;
private CommonCode cloudMssqlServerInstanceStatus;
private CommonCode cloudMssqlServerInstanceOperation;
private String regionCode;
private String zoneCode;
private String vpcNo;
private String subnetNo;
private Long dataStorageSize;
private Integer cpuCount;
private Long memorySize;
private Boolean isPublicSubnet;
private String cloudMssqlProductCode;
private String privateDomain;
private Date createDate;
private Date uptime;
private CommonCode dataStorageType;
private Long usedDataStorageSize;

フィールド

フィールドの詳細は次の通りです。

フィールド タイプ 必須の有無 説明
cloudMssqlServerInstanceNo String Required Cloud DB for MSSQLサーバインスタンス番号
cloudMssqlServerName String Required Cloud DB for MSSQLサーバ名
cloudMssqlServerRole CommonCode Required Cloud DB for MSSQLサーバロール
cloudMssqlServerInstanceStatusName String Required Cloud DB for MSSQLサーバインスタンスの状態名
  • creating | deleted | deleting | downgrading | pending | recovering | reinstalling | restarting | running | settingup | shuttingdown | stopped | upgrading | downgrading
cloudMssqlServerInstanceStatus CommonCode Required Cloud DB for MSSQLサーバインスタンスの状態
  • DEL | PEND | RUN | STOP | FSTOP
    • DEL: Deleted
    • PEND: Pending
    • RUN: Running
    • STOP: Stopped
    • FSTOP: Failure Stopped
cloudMssqlServerInstanceOperation CommonCode Required Cloud DB for MSSQLサーバインスタンスの運用状態
  • NOOP | CREAT | START | RSTRT | SETUP | STOP | FO | DEL | UPGD | DWGD | RISTL
    • NOOP: No Operation
    • CREAT: Create
    • START: Start
    • RSTRT: Restart
    • SETUP: Setup
    • STOP: Stop
    • FO: Failover
    • DEL: Delete
    • UPGD: Upgrade
    • DWGD: Downgrade
    • RISTL: Reinstall
regionCode String Required リージョンコード
zoneCode String Required ゾーンコード
vpcNo String Required VPC番号
subnetNo String Required Subnet番号
dataStorageSize Long Required データストレージ容量
cpuCount Integer Required Virtual CPU(vCPU)数
memorySize Long Required メモリ容量
isPublicSubnet Boolean Optional Public Subnetかどうか
  • true | false
cloudMssqlProductCode String Optional Cloud DB for MSSQL商品コード
privateDomain String Optional プライベートドメイン名
createDate Date Optional 作成日時
uptime Date Optional VMの起動完了時間
dataStorageType CommonCode Optional データストレージタイプ
usedDataStorageSize Long Optional 使用中のデータストレージ容量