NSX-T Data Center REST API
CloudIpAllocationMapping (type)
{
"additionalProperties": false,
"description": "Information about Cloud IP mapping and allocation state.",
"extends": {
"$ref": "Resource
},
"id": "CloudIpAllocationMapping",
"module_id": "CloudServiceManager",
"properties": {
"_links": {
"description": "The server will populate this field when returing the resource. Ignored on PUT and POST.",
"items": {
"$ref": "ResourceLink
},
"readonly": true,
"title": "References related to this resource",
"type": "array"
},
"_schema": {
"readonly": true,
"title": "Schema for this resource",
"type": "string"
},
"_self": {
"$ref": "SelfResourceLink,
"readonly": true,
"title": "Link to this resource"
},
"allocated_ip": {
"desription": "The public/link local IP allocated for the IP mapping.",
"format": "ipv4",
"readonly": true,
"title": "Public/link local IP",
"type": "string"
},
"gateway_private_ips": {
"description": "List of secondary Private IPs allocated on the gateway's uplink interface.",
"items": {
"$ref": "CloudGatewayPrivateIpAddress
},
"readonly": true,
"title": "Secondary Private IP Addresses",
"type": "array"
}
},
"title": "Cloud IP Allocation Mapping",
"type": "object"
}