Provides information required by members of the super cluster to communicate with each other
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. | |
dma-version | xs:string | The version of the DMA initiating the join | Mandatory |
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 |