AllocatedIpAddress
Describes an allocated IP address for a network. IP addresses can be allocated to a vApp VM, an edge gateway interface or may be used in a NAT routed environment. If the address is allocated to an edge gateway, the name of the entity will be 'Edge Gateway'.
{
"id": "string",
"entityId": "string",
"entityName": "string",
"vAppName": "string",
"ipAddress": "string",
"deployed": false,
"networkRef": {
"name": "string",
"id": "string"
},
"orgRef": {
"name": "string",
"id": "string"
}
}
Unique identifier for record. This is to support UI operations.
Id of the entity to which the IP address is allocated such as a VM.
Name of the entity to which the IP address is allocated.
Name of the vApp whose VM is using allocated IP address.
The allocated IP address.
Whether the entity using this IP address is currently deployed.