class VMware_VCloud_SDK_Admin extends VMware_VCloud_SDK_Abstract
| string |
getEntityId()
Get vCloud ID of the vCloud resource entity from its data object. |
from VMware_VCloud_SDK_Abstract |
|
__construct($svc)
Constructor |
||
| VMware_VCloud_API_VCloudType |
getVCloud()
Get a VMware vCloud admin entity. |
|
| VMware_VCloud_API_LinkType|null |
getAddRoleRef()
Get a link for adding a role operation. |
|
| VMware_VCloud_API_LinkType|null |
getAddOrgRef()
Get a link for adding an organization operation. |
|
| array |
getAdminOrgRefs(string $name = null)
Get references to admin organization entities. |
|
| array |
getAdminOrgs(string $name = null)
Get all admin organization or admin organization with the given name. |
|
| array |
getProviderVdcRefs(string $name = null)
Get references to all provider vDCs or provider vDC with the given name. |
|
| array |
getProviderVdcs(string $name = null)
Get all provider vDCs or provider vDC with the given name. |
|
| array |
getRightRefs(string $name = null)
Get references to all right entities or right entity with the given name. |
|
| array |
getRights(string $name = null)
Get all right entities or right entity with the given name. |
|
| array |
getRoleRefs(string $name = null)
Get references to all role entities or role entity with the given name. |
|
| array |
getRoles(string $name = null)
Get all role entities or role entity with the given name. |
|
| array |
getExternalNetworkRefs(string $name = null)
Get references to all external network entities or external network entity with the given name. |
|
| array |
getExternalNetworks(string $name = null)
Get all external network entities or external network entity with the given name. |
|
| VMware_VCloud_API_AdminOrgType|null |
createOrganization(VMware_VCloud_API_AdminOrgType $adminOrg)
Create an organization entity in vCloud. |
|
| VMware_VCloud_API_RoleType |
createRole(VMware_VCloud_API_RoleType $role)
Create a role in vCloud. |
|
| VMware_VCloud_API_LinkType|null |
getSystemOrgRef()
Get a link to the system organization. |
|
| VMware_VCloud_API_AdminOrgType|null |
getSystemOrg()
Get a system organization data object. |
|
| VMware_VCloud_API_ReferenceType |
getGroupQuery()
Retrieves a list of groups for organization the org admin belongs to by using REST API general QueryHandler; If filter is provided it will be applied to the corresponding result set. |
public string
getEntityId()
Get vCloud ID of the vCloud resource entity from its data object.
public
__construct($svc)
Constructor
public VMware_VCloud_API_VCloudType
getVCloud()
Get a VMware vCloud admin entity.
public VMware_VCloud_API_LinkType|null
getAddRoleRef()
Get a link for adding a role operation.
public VMware_VCloud_API_LinkType|null
getAddOrgRef()
Get a link for adding an organization operation.
public array
getAdminOrgRefs(string $name = null)
Get references to admin organization entities.
public array
getAdminOrgs(string $name = null)
Get all admin organization or admin organization with the given name.
public array
getProviderVdcRefs(string $name = null)
Get references to all provider vDCs or provider vDC with the given name.
public array
getProviderVdcs(string $name = null)
Get all provider vDCs or provider vDC with the given name.
public array
getRightRefs(string $name = null)
Get references to all right entities or right entity with the given name.
public array
getRights(string $name = null)
Get all right entities or right entity with the given name.
public array
getRoleRefs(string $name = null)
Get references to all role entities or role entity with the given name.
public array
getRoles(string $name = null)
Get all role entities or role entity with the given name.
public array
getExternalNetworkRefs(string $name = null)
Get references to all external network entities or external network entity with the given name.
public array
getExternalNetworks(string $name = null)
Get all external network entities or external network entity with the given name.
public VMware_VCloud_API_AdminOrgType|null
createOrganization(VMware_VCloud_API_AdminOrgType $adminOrg)
Create an organization entity in vCloud.
public VMware_VCloud_API_RoleType
createRole(VMware_VCloud_API_RoleType $role)
Create a role in vCloud.
public VMware_VCloud_API_LinkType|null
getSystemOrgRef()
Get a link to the system organization.
public VMware_VCloud_API_AdminOrgType|null
getSystemOrg()
Get a system organization data object.
public VMware_VCloud_API_ReferenceType
getGroupQuery()
Retrieves a list of groups for organization the org admin belongs to by using REST API general QueryHandler; If filter is provided it will be applied to the corresponding result set.
Format determines the elements representation - references or records. Default format is references.