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’.
Properties
The possible allocation types for allocated network address like VSM allocated, VM allocated or NAT routed.
Whether the entity using this IP address is currently deployed.
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.
Unique identifier for record. This is to support UI operations.
The allocated IP address.
The vApp network or Org vDC network to which this entity is connected.
Name of the vApp whose VM is using allocated IP address.
JSON Example
{
"allocationType": "enum",
"deployed": false,
"entityId": "string",
"entityName": "string",
"id": "string",
"ipAddress": "string",
"networkRef": {
"id": "string",
"name": "string"
},
"orgRef": {
"id": "string",
"name": "string"
},
"vAppName": "string"
}
Vendor Extensions
x-vcloud-property-annotations:
allocationType:
x-vcloud-constraints:
- constraint: NonSearchable
- constraint: NonSortable
deployed:
x-vcloud-constraints:
- constraint: NonSearchable
- constraint: NonSortable
entityId:
x-vcloud-constraints:
- args:
- arg: gateway
- arg: vm
constraint: Urn
- constraint: NonSearchable
- constraint: NonSortable
entityName:
x-vcloud-constraints:
- constraint: NonSearchable
- constraint: NonSortable
id:
x-vcloud-constraints:
- constraint: NonSearchable
- constraint: NonSortable
networkRef:
x-vcloud-added-in: "33.0"
x-vcloud-constraints:
- constraint: NonSearchable
- constraint: NonSortable
orgRef:
x-vcloud-added-in: "33.0"
x-vcloud-constraints:
- constraint: NonSearchable
- constraint: NonSortable
vAppName:
x-vcloud-constraints:
- constraint: NonSearchable
- constraint: NonSortable
Availability
Property Of
InlineAllocatedIpAddresses1