Provides information required by members of the super cluster to communicate with each other
Name | Type | Description | Attributes |
---|---|---|---|
bindNetwork | string | Network to which communication channel should be bound. | |
bindPort | int | Port used for communication channel. | |
groupName | GroupName | Name of the group for establishing the communication channel. | Mandatory |
password | string | The password corresponding to the administrator login. | Mandatory |
initialHost | Array of InitialHost | Initial host list for group communications configuration | Mandatory |
membershipPoolName | MembershipPoolName | Name of the membership pool. | |
membershipPoolCapacity | int | Capacity of the membership pool. | |
dmaVersion | string | The version of the DMA initiating the join | Mandatory |
Name | Type | Description | Attributes |
---|---|---|---|
hostFqdn | HostFqdn | The fully qualified domain name of the host. | Mandatory |
port | int | The port the host is listening on for supercluster communications. | |
ipAddress | string | IP address of the host. This may be either an IPv4 or IPv6 address |
Name | Type | Restrictions |
---|---|---|
MembershipPoolName | string | Length of value must be >=0 Length of value must be <=256 |
HostFqdn | string | Length of value must be >=1 Length of value must be <=256 |
GroupName | string | Length of value must be >=1 Length of value must be <=256 |