VPC環境で利用できます。
Fabric Cluster情報です。
構文
構文は次の通りです。
private String fabricClusterNo;
private String fabricClusterName;
private CommonCode fabricClusterStatus;
private String fabricClusterDescription;
private String regionCode;
private String zoneCode;
private String vpcNo;
private String fabricClusterPoolNo;
private String fabricClusterPoolName;
private String fabricClusterPoolCode;
private Date createDate;
private Long serverCount;
private List<FabricClusterServerInstance> fabricClusterServerInstanceList;
フィールド
フィールドの詳細は次の通りです。
| フィールド | タイプ | 必須の有無 | 説明 |
|---|---|---|---|
fabricClusterNo |
String | Required | Fabric Cluster番号 |
fabricClusterName |
String | Required | Fabric Cluster名 |
fabricClusterStatus |
CommonCode | Required | Fabric Clusterの状態コード
|
fabricClusterDescription |
String | Optional | Fabric Clusterの説明 |
regionCode |
String | Required | Fabric Clusterが位置するリージョンコード |
zoneCode |
String | Required | Fabric Clusterが位置するゾーンコード |
vpcNo |
String | Required | Fabric Clusterが位置する VPC番号 |
fabricClusterPoolNo |
String | Required | Fabric Cluster Pool番号 |
fabricClusterPoolName |
String | Required | Fabric Cluster Pool名 |
fabricClusterPoolCode |
String | Required | Fabric Cluster Poolコード |
createDate |
Date | Required | Fabric Clusterの作成日時 |
serverCount |
Long | Optional | Fabric Clusterに含まれたサーバ数 |
fabricClusterServerInstanceList |
List |
Optional | Fabric Clusterに含まれたサーバリスト情報 |