AllocatedIpAddress

AllocatedIpAddress
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. IP address can also be allocated for some services configured on the network itself such as DHCP bindings. If the address is allocated to an edge gateway, the name of the entity will be 'Edge Gateway'.

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

Unique identifier for record. This is to support UI operations.

string
entityId
Optional

URN of the entity to which the IP address is allocated such as a VM. If the IP address is allocated for some service configured on the network, this will be set to the URN of the network.

string
entityName
Optional

Name of the entity to which the IP address is allocated. If the IP address is allocated for some service configured on the network, this will be set to the name of the network.

string
vAppName
Optional

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

string
ipAddress
Optional

The allocated IP address.

boolean
deployed
Optional

Whether the entity using this IP address is currently deployed.

allocationType
Optional

allocationType

string
allocationTypeValue
Optional

The allocation types for an allocated network address. It describes the usage category for the allocated IP address. Possible values are:

  • VM_ALLOCATED
  • NAT_ROUTED
  • VSM_ALLOCATED
  • DHCP_BINDING
networkRef
Optional

networkRef

orgRef
Optional

orgRef

Availability
Added in 32.0