This object represents the virtual IP, hostname and NAT address (optional) for an interface that requires a virtual IP in an High Availability configuration
Name | Type | Description | Attributes |
---|---|---|---|
virtualAddress | IpAddress | Representation of the virtual address. This can either be IPv4 or IPv6 but match the representation of the physical-address field. | Mandatory |
virtualHostname | DomainName | DNS domain name (fully qualified host name) associated with the virtual address. | Mandatory |
natVirtualAddress | IpAddress | If a virtual address is specified and is being NAT'd by a firewall to a public address, this field is used to specify the public address. |