class VMware_VCloud_SDK_Network extends VMware_VCloud_SDK_Abstract
| string |
getEntityId()
Get vCloud ID of the vCloud resource entity from its data object. |
from VMware_VCloud_SDK_Abstract |
| VMware_VCloud_API_ReferenceType |
getNetworkRef()
Get a reference to a VMware vCloud organization network entity. |
|
| VMware_VCloud_API_OrgNetworkType |
getNetwork()
Get a VMware vCloud organization network entity. |
|
| string |
getId()
Constructs vCloud ID of the network from its UUID. |
|
| VMware_VCloud_API_LinkType |
getVdcRef()
Get up link to the org vdc reference. |
|
| VMware_VCloud_API_VdcType |
getVdc()
Get the org vdc this network belongs to. |
|
| VMware_VCloud_API_LinkType|null |
getOrgRef()
Get the link to the organization to which this network belongs. |
|
| VMware_VCloud_API_OrgType|null |
getOrg()
Get the organization this network belongs to. |
|
| VMware_VCloud_API_MetadataType|VMware_VCloud_API_MetadataValueType|null |
getMetadata(string $key = null, string $domain = null)
Get metadata associated with the organization network or metadata associated with the organization network for the specified key in the specified domain. |
|
| array|null |
getAllocatedIpAddresses()
Retrieve a list of IP addresses allocated to the network. |
public string
getEntityId()
Get vCloud ID of the vCloud resource entity from its data object.
public VMware_VCloud_API_ReferenceType
getNetworkRef()
Get a reference to a VMware vCloud organization network entity.
public VMware_VCloud_API_OrgNetworkType
getNetwork()
Get a VMware vCloud organization network entity.
public string
getId()
Constructs vCloud ID of the network from its UUID.
public VMware_VCloud_API_LinkType
getVdcRef()
Get up link to the org vdc reference.
public VMware_VCloud_API_VdcType
getVdc()
Get the org vdc this network belongs to.
public VMware_VCloud_API_LinkType|null
getOrgRef()
Get the link to the organization to which this network belongs.
public VMware_VCloud_API_OrgType|null
getOrg()
Get the organization this network belongs to.
public VMware_VCloud_API_MetadataType|VMware_VCloud_API_MetadataValueType|null
getMetadata(string $key = null, string $domain = null)
Get metadata associated with the organization network or metadata associated with the organization network for the specified key in the specified domain.
public array|null
getAllocatedIpAddresses()
Retrieve a list of IP addresses allocated to the network.