Tier0HaVipConfig
Tier0HaVipConfig
Tier0 HA VIP Config
JSON Example
{
"enabled": false,
"external_interface_paths": [
"string"
],
"vip_subnets": [
{
"ip_addresses": [
"string"
],
"prefix_len": 0
}
]
}
boolean
enabled
Optional
Flag to enable this HA VIP config.
array of string
external_interface_paths
Required
Policy paths to Tier0 external interfaces which are to be paired to provide redundancy. Floating IP will be owned by one of these interfaces depending upon which edge node is Active.
array of InterfaceSubnet
vip_subnets
Required
Array of IP address subnets which will be used as floating IP addresses.