FabricCluster

Prev Next

Available in VPC

This is Fabric cluster information.

Syntax

The syntax is as follows:

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;

Field

The following describes the fields.

Field Type Required Description
fabricClusterNo String Required Fabric cluster number
fabricClusterName String Required Fabric cluster name
fabricClusterStatus CommonCode Required Fabric cluster status code
  • CREAT | SETUP | RUN | TERMTING | TERMT
    • CREAT: Creating
    • SETUP: Configuring
    • RUN: Running
    • TERMTING: Deleting
    • TERMT: Deleted
fabricClusterDescription String Optional Fabric cluster description
regionCode String Required Region code where Fabric cluster is located
zoneCode String Required Zone code where Fabric cluster is located
vpcNo String Required VPC number where Fabric cluster is located
fabricClusterPoolNo String Required Fabric cluster pool number
fabricClusterPoolName String Required Fabric cluster pool name
fabricClusterPoolCode String Required Fabric cluster pool code
createDate Date Required Fabric cluster creation date and time
serverCount Long Optional Number of servers included in Fabric cluster
fabricClusterServerInstanceList List Optional Information for list of servers included in Fabric cluster