class VMware_VCloud_SDK_Extension_Datastore 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 |
getDatastoreRef()
Get a reference to a data store entity. |
|
| VMware_VCloud_API_Extension_DatastoreType |
getDatastore()
Get a data store settings. |
|
| string |
getId()
Constructs vCloud ID of the data store from its UUID. |
|
| string |
getMoRef()
Get MoRef of the data store. |
|
| VMware_VCloud_API_ReferenceType |
getVimServerRef()
Get the reference of the Vim server. |
|
| VMware_VCloud_API_Extension_DatastoreType |
modify(VMware_VCloud_API_Extension_DatastoreType $ds)
Modify the data store. |
|
| VMware_VCloud_API_Extension_DatastoreType |
enable()
Enable the data store. |
|
| VMware_VCloud_API_Extension_DatastoreType |
disable()
Disable the data store. |
|
| null |
delete()
Remove the data store. |
public string
getEntityId()
Get vCloud ID of the vCloud resource entity from its data object.
public VMware_VCloud_API_ReferenceType
getDatastoreRef()
Get a reference to a data store entity.
public VMware_VCloud_API_Extension_DatastoreType
getDatastore()
Get a data store settings.
public string
getId()
Constructs vCloud ID of the data store from its UUID.
public string
getMoRef()
Get MoRef of the data store.
public VMware_VCloud_API_ReferenceType
getVimServerRef()
Get the reference of the Vim server.
public VMware_VCloud_API_Extension_DatastoreType
modify(VMware_VCloud_API_Extension_DatastoreType $ds)
Modify the data store.
public VMware_VCloud_API_Extension_DatastoreType
enable()
Enable the data store.
public VMware_VCloud_API_Extension_DatastoreType
disable()
Disable the data store.
public null
delete()
Remove the data store.