HaVipConfig
HaVipConfig
JSON Example
{
"enabled": false,
"ha_vip_subnets": [
{
"active_vip_addresses": [
"string"
],
"prefix_length": 0
}
],
"redundant_uplink_port_ids": [
"string"
]
}
boolean
enabled
Optional
Constraints:
default: true
Flag to enable this ha vip config.
array of
VIPSubnet
ha_vip_subnets
Required
Constraints:
minItems: 1
maxItems: 2
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
Constraints:
minItems: 2
maxItems: 2
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).