VPC環境で利用できます。
Cloud DB for Cacheサーバインスタンスです。
構文
構文は次の通りです。
private String cloudCacheServerInstanceNo;
private String cloudCacheServerName;
private CommonCode cloudCacheServerRole;
private String cloudCacheServerInstanceStatusName;
private CommonCode CloudCacheServerInstanceStatus;
private CommonCode CloudCacheServerInstanceOperation;
private String cloudCacheProductCode;
private String regionCode;
private String zoneCode;
private String vpcNo;
private String subnetNo;
private String privateDomain;
private Integer cpuCount;
private Long memorySize;
private Long osMemorySize;
private Date uptime;
private Date createDate;
private String slotName;
フィールド
フィールドの詳細は次の通りです。
| フィールド | タイプ | 必須の有無 | 説明 |
|---|---|---|---|
cloudCacheServerInstanceNo |
String | Required | Cloud DB for Cacheサーバインスタンス番号 |
cloudCacheServerName |
String | Required | Cloud DB for Cacheサーバ名 |
cloudCacheServerRole |
CommonCode | Required | Cloud DB for Cacheサーバのロール |
cloudCacheServerInstanceStatusName |
String | Required | Cloud DB for Cacheサーバインスタンスの状態
|
cloudCacheServerInstanceStatus |
CommonCode | Required | Cloud DB for Cacheサーバインスタンスの状態
|
cloudCacheServerInstanceOperation |
CommonCode | Required | Cloud DB for Cacheサーバインスタンスの運用状態
|
cloudCacheProductCode |
String | Required | Cloud DB for Cache商品コード |
regionCode |
String | Required | リージョンコード |
zoneCode |
String | Required | ゾーンコード |
vpcNo |
String | Required | VPC番号 |
subnetNo |
String | Required | Subnet番号 |
cpuCount |
Integer | Required | Virtual CPU(vCPU)数 |
privateDomain |
String | Optional | プライベートドメイン名 |
memorySize |
Long | Required | メモリ容量 |
osMemorySize |
Long | Optional | OSのメモリ容量 |
slotName |
String | Optional | スロットの名前 |
uptime |
Date | Optional | アップタイム |
createDate |
Date | Optional | 作成日時 |