FabricCluster

Prev Next

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の状態コード
  • CREAT | SETUP | RUN | TERMTING | TERMT
    • CREAT: 作成中
    • SETUP: 設定中
    • RUN: 運用中
    • TERMTING: 削除中
    • TERMT: 削除
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に含まれたサーバリスト情報