Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.49 KB

File metadata and controls

18 lines (14 loc) · 1.49 KB

AllocatedIpAddress

Properties

Name Type Description Notes
Id string Unique identifier for record. This is to support UI operations. [optional] [default to null]
EntityId string Id of the entity to which the IP address is allocated such as a VM. [optional] [default to null]
EntityName string Name of the entity to which the IP address is allocated. [optional] [default to null]
VAppName string Name of the vApp whose VM is using allocated IP address. [optional] [default to null]
IpAddress string The allocated IP address. [optional] [default to null]
Deployed bool Whether the entity using this IP address is currently deployed. [optional] [default to null]
AllocationType *AllocatedIpAddressAllocationType The possible allocation types for allocated network address like VSM allocated, VM allocated or NAT routed. [optional] [default to null]
NetworkRef *EntityReference The vApp network or Org vDC network to which this entity is connected. [optional] [default to null]
OrgRef *EntityReference The organization that this entity belongs to. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]