{ "id":"/axapi/v3/cloud-services/cloud-provider/aws/multi-az-failover/vrid/{vrid-number}", "type":"object", "node-type":"list", "title":"vrid", "partition-visibility":"shared", "description":"VRID list", "properties":{ "vrid-number":{ "type":"number", "format":"number", "minimum":0, "maximum":31, "partition-visibility":"shared", "description":"Specify ha VRRP-A vrid Number", "optional":false }, "route-table-id":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":64, "partition-visibility":"shared", "description":"Specifies the route table id of the interface", "optional":true }, "vip-interface-id":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":64, "partition-visibility":"shared", "description":"Data-In Interface ID", "optional":true }, "fip-interface-id":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":64, "partition-visibility":"shared", "description":"Data-Out Interface ID", "optional":true }, "vip-dest":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":64, "partition-visibility":"shared", "description":"Alien VIP Destination CIDR Block", "optional":true }, "fip-dest":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":64, "partition-visibility":"shared", "description":"Alien FIP Destination CIDR Block", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Customized tag", "optional":true }, "vip-list":{ "type":"array", "minItems":1, "items":{ "type":"vip" }, "uniqueItems":true, "$ref":"/axapi/v3/cloud-services/cloud-provider/aws/multi-az-failover/vrid/{vrid-number}/vip/{vip-number}", "array":[ { "properties":{ "vip-number":{ "type":"number", "format":"number", "minimum":0, "maximum":2147483647, "partition-visibility":"shared", "description":"Specify ha vip Number", "optional":false }, "private-ip":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"Private IP address of VIP", "optional":true }, "elastic-ip":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"Elastic IP address of VIP", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Customized tag", "optional":true } }, "required":[ "vip-number" ] } ] } }, "object-keys":[ "vrid-number" ], "required":[ "vrid-number" ] }