This object contains the necessary data to configure superclustering between the HA peers
| Name | Type | Description | Attributes | 
|---|---|---|---|
| bind-network | xs:string | Network to which communication channel should be bound. | |
| bind-port | xs:int | Port used for communication channel. | |
| group-name | GroupName | Name of the group for establishing the communication channel. | Mandatory | 
| password | xs:string | The password corresponding to the administrator login. | Mandatory | 
| initial-host | List of InitialHost | Initial host list for group communications configuration | Mandatory | 
| membership-pool-name | MembershipPoolName | Name of the membership pool. | |
| membership-pool-capacity | xs:int | Capacity of the membership pool. | 
| Name | Type | Description | Attributes | 
|---|---|---|---|
| host-fqdn | HostFqdn | The fully qualified domain name of the host. | Mandatory | 
| port | xs:int | The port the host is listening on for supercluster communications. | |
| ip-address | xs:string | IP address of the host. This may be either an IPv4 or IPv6 address | 
| Name | Type | Restrictions | 
|---|---|---|
| MembershipPoolName | xs:string | Length of value must be >=0 Length of value must be <=256  | 
| HostFqdn | xs:string | Length of value must be >=1 Length of value must be <=256  | 
| GroupName | xs:string | Length of value must be >=1 Length of value must be <=256  |