This object represents the physical and virtual IPs addresses for a node
Name | Type | Description | Attributes |
---|---|---|---|
virtualSettings | Array of PlcmHighAvailabilityVirtualSettings | List of the virtual address settings for this address set. The list of virtual addresses must be in the same subnet as the physical addresses for this interface. | |
physicalAddress | IpAddress | Representation of the physical address. This can either be IPv4 or IPv6. | Mandatory |
associatedDeviceName | string | Name of the physical device associated with this address. In the case where this address set is not hosted on the current system, the device name represents the physical device used when communicating with the far end. | Mandatory |
haLink | boolean | If this field is true, the physical device associated with this address is used for high-availability traffic. In this case, the virtual-address field is not required but can be present. If false, the device associated with this address is not used for high-availability traffic. In this case, the virtual-address is a required field. | Mandatory |
crossoverHaLink | boolean | This field is only used if ha-link is true and defines whether the ha-link is a crossover cable or not. Note that defining whether an ha-link is a crossover cable is important since this has behavior implications for the operation of high availability. Since this field is not mandatory, if ha-link is true, this field defaults to false. If ha-link is false, the value of this field is ignored. | |
hardwareAddress | string | Representation of the hardware address. |