This object server 2 purposes: it contains the sum of the High availability configuration and it contains all of the relevant information for reporting the current state of each of the interfaces. Depending on the configuration, a V6 or v4 address can be specified as the virtual address regardless of the physical address type.
Name | Type | Description | Attributes |
---|---|---|---|
service-list | List of PlcmService | List of the services assigned to this interface. | |
address | PlcmHighAvailabilityAddress | Physical and virtual addresses for this interface. | Mandatory |
cidr-mask | xs:int | Subnet mask for the physical address (ipv4), in CIDR format. All of the addresses must lie in the same subnet | |
cidr-mask6 | xs:int | Subnet mask for the physical address (ipv6), in CIDR format. All of the addresses must lie in the same subnet | |
gateway | xs:string | IPv4 gateway address for the physical and virtual address for this interface This field can be omitted when not using Ipv4. | |
gateway6 | xs:string | IPv6 gateway address for the physical and virtual address for this interface This field can be omitted when not using Ipv6. | |
service | List of Service | List of the application services that are configured for this interface. When determining compatibility, the application uses this list to ensure that peer nodes are configured similarly. This list is only used by the application side. The HA agent does not use this list. |
Name | Type | Description | Attributes |
---|---|---|---|
name | Name | Name of the service. | Mandatory |
Name | Type | Restrictions |
---|---|---|
Name | xs:string | Length of value must be >=1 Length of value must be <=256 |