PlcmHighAvailabilityInterface

PlcmHighAvailabilityInterface

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.


PlcmHighAvailabilityInterface Fields

NameTypeDescriptionAttributes
serviceListArray of PlcmService List of the services assigned to this interface.
addressPlcmHighAvailabilityAddress Physical and virtual addresses for this interface. Mandatory
cidrMaskint Subnet mask for the physical address (ipv4), in CIDR format. All of the addresses must lie in the same subnet
cidrMask6int Subnet mask for the physical address (ipv6), in CIDR format. All of the addresses must lie in the same subnet
gatewaystring IPv4 gateway address for the physical and virtual address for this interface This field can be omitted when not using Ipv4.
gateway6string IPv6 gateway address for the physical and virtual address for this interface This field can be omitted when not using Ipv6.
serviceArray 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.

Service Fields

NameTypeDescriptionAttributes
nameName Name of the service. Mandatory


Nested Types/Restrictions


NameTypeRestrictions
Namestring
Length of value must be >=1
Length of value must be <=256