HaVipConfig
HaVipConfig
JSON Example
{
"ha_vip_subnets": [
{
"prefix_length": 0,
"active_vip_addresses": [
"string"
]
}
],
"redundant_uplink_port_ids": [
"string"
],
"enabled": false
}
array of VIPSubnet
ha_vip_subnets
Required
Array of IP address subnets which will be used as floating IP addresses. | Note - this configuration is applicable only for Active-Standby LogicalRouter. | For Active-Active LogicalRouter this configuration will be rejected.
array of string
redundant_uplink_port_ids
Required
Identifiers of logical router uplink ports which are to be paired to provide | redundancy. Floating IP will be owned by one of these uplink ports (depending upon | which node is Active).
boolean
enabled
Optional
Flag to enable this ha vip config.