NSX-T Data Center REST API
CloudGatewayPrivateIpAddress (type)
{
"additionalProperties": false,
"id": "CloudGatewayPrivateIpAddress",
"module_id": "CloudServiceManager",
"properties": {
"gateway_ha_index": {
"minimum": 0,
"readonly": true,
"title": "Index of HA that indicates whether gateway is primary or secondary.\nIf index is 0, then it is primary gateway. Else secondary gateway.\n",
"type": "integer"
},
"private_ip": {
"description": "The secondary Private IP allocated on the gateway's uplink interface.",
"format": "ipv4",
"readonly": true,
"title": "Secondary Private IP",
"type": "string"
}
},
"title": "Private IP address of the gateway",
"type": "object"
}