class VMware_VCloud_SDK_Extension_Host 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 |
getHostRef()
Get a reference to a host entity. |
|
| VMware_VCloud_API_Extension_HostType |
getHost()
Get a host object. |
|
| string |
getId()
Constructs vCloud ID of the host from its UUID. |
|
| VMware_VCloud_API_TaskType |
prepare(string $username, string $password)
Prepare a host. |
|
| VMware_VCloud_API_TaskType |
unprepare()
Unprepare a host. |
|
| VMware_VCloud_API_TaskType |
enable()
Enable a host. |
|
| VMware_VCloud_API_TaskType |
disable()
Disable a host. |
|
| boolean |
isEnabled()
Check whether the host is enabled or not. |
|
| boolean |
isReady()
Check whether the host is ready or not. |
|
| VMware_VCloud_API_TaskType |
repair()
Repair a host. |
|
| VMware_VCloud_API_TaskType |
upgrade()
Upgrade a host agent to the current version. |
public string
getEntityId()
Get vCloud ID of the vCloud resource entity from its data object.
public VMware_VCloud_API_ReferenceType
getHostRef()
Get a reference to a host entity.
public VMware_VCloud_API_Extension_HostType
getHost()
Get a host object.
public string
getId()
Constructs vCloud ID of the host from its UUID.
public VMware_VCloud_API_TaskType
prepare(string $username, string $password)
Prepare a host.
public VMware_VCloud_API_TaskType
unprepare()
Unprepare a host.
public VMware_VCloud_API_TaskType
enable()
Enable a host.
public VMware_VCloud_API_TaskType
disable()
Disable a host.
public boolean
isEnabled()
Check whether the host is enabled or not.
public boolean
isReady()
Check whether the host is ready or not.
public VMware_VCloud_API_TaskType
repair()
Repair a host.
public VMware_VCloud_API_TaskType
upgrade()
Upgrade a host agent to the current version.
If the version of the host is current, no action will be performed.