{ "id":"/axapi/v3/cloud-services/cloud-provider/aws/multi-az-failover/vrid/{vrid-number}/vip/{vip-number}", "type":"object", "node-type":"list", "title":"vip", "partition-visibility":"shared", "description":"list of VIP IPs", "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 } }, "object-keys":[ "vip-number" ], "required":[ "vip-number" ] }