class VMware_VCloud_SDK_Org 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 |
getOrgRef()
Return a reference to a VMware vCloud organization entity. |
|
| VMware_VCloud_API_OrgType |
getOrg()
Get a VMware vCloud organization entity. |
|
| string |
getId()
Constructs vCloud ID of this organization from its UUID. |
|
| array |
getVdcRefs(string $name = null)
Get references to VMware vCloud vDC entities. |
|
| array |
getVdcs(string $name = null)
Get all VMware vCloud vDCs or vDCs with a given name in the organization. |
|
| array |
getCatalogRefs(string $name = null)
Get references to VMware vCloud catalog entities. |
|
| array |
getCatalogReferences(string $name = null)
Get references to VMware vCloud catalog entities. |
|
| array |
getCatalogs(string $name = null)
Get all catalogs or catalogs with a given name in the organization. |
|
| array |
getOrgNetworkRefs(string $name = null)
Get references to VMware vCloud organization network entities. |
|
| array |
getOrgNetworks(string $name = null)
Get VMware vCloud organization network entity. |
|
| VMware_VCloud_API_LinkType |
getTasksListRef()
Get a reference to VMware vCloud tasks list entity. |
|
| VMware_VCloud_API_TasksListType |
getTasksList()
Get a VMware vCloud tasks list entity. |
|
| array |
getTasks()
Get all the tasks in the organization. |
|
| VMware_VCloud_API_MetadataType|VMware_VCloud_API_MetadataValueType|null |
getMetadata(string $key = null, string $domain = null)
Get metadata associated with the organization or metadata associated with the organization for the specified key in the specified domain. |
public string
getEntityId()
Get vCloud ID of the vCloud resource entity from its data object.
public VMware_VCloud_API_ReferenceType
getOrgRef()
Return a reference to a VMware vCloud organization entity.
public VMware_VCloud_API_OrgType
getOrg()
Get a VMware vCloud organization entity.
public string
getId()
Constructs vCloud ID of this organization from its UUID.
public array
getVdcRefs(string $name = null)
Get references to VMware vCloud vDC entities.
public array
getVdcs(string $name = null)
Get all VMware vCloud vDCs or vDCs with a given name in the organization.
public array
getCatalogRefs(string $name = null)
Get references to VMware vCloud catalog entities.
public array
getCatalogReferences(string $name = null)
Get references to VMware vCloud catalog entities.
public array
getCatalogs(string $name = null)
Get all catalogs or catalogs with a given name in the organization.
public array
getOrgNetworkRefs(string $name = null)
Get references to VMware vCloud organization network entities.
public array
getOrgNetworks(string $name = null)
Get VMware vCloud organization network entity.
public VMware_VCloud_API_LinkType
getTasksListRef()
Get a reference to VMware vCloud tasks list entity.
public VMware_VCloud_API_TasksListType
getTasksList()
Get a VMware vCloud tasks list entity.
public array
getTasks()
Get all the tasks in the organization.
public VMware_VCloud_API_MetadataType|VMware_VCloud_API_MetadataValueType|null
getMetadata(string $key = null, string $domain = null)
Get metadata associated with the organization or metadata associated with the organization for the specified key in the specified domain.