UsedIpAddress

UsedIpAddress
UsedIpAddress

Describes a used IP address for a network.

JSON Example
{
    "entityId": "string",
    "entityName": "string",
    "vAppName": "string",
    "ipAddress": "string",
    "deployed": false,
    "networkRef": {
        "name": "string",
        "id": "string"
    },
    "orgRef": {
        "name": "string",
        "id": "string"
    }
}
string
entityId
Optional

Id of the entity using the IP address, such as a VM.

string
entityName
Optional

Name of the entity using the IP address.

string
vAppName
Optional

Name of the vApp whose VM is using this IP address.

string
ipAddress
Optional

The IP address in use.

boolean
deployed
Optional

Whether the entity using this IP address is currently deployed.

allocationType
Optional

allocationType

networkRef
Optional

networkRef

orgRef
Optional

orgRef

Availability
Added in 33.0