Class

VMware_VCloud_SDK_Extension_Datastore

class VMware_VCloud_SDK_Extension_Datastore extends VMware_VCloud_SDK_Abstract

Methods

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.

Details

public string getEntityId()

Get vCloud ID of the vCloud resource entity from its data object.

Return Value

string

at line 10
public VMware_VCloud_API_ReferenceType getDatastoreRef()

Get a reference to a data store entity.

at line 21
public VMware_VCloud_API_Extension_DatastoreType getDatastore()

Get a data store settings.

at line 32
public string getId()

Constructs vCloud ID of the data store from its UUID.

Return Value

string

at line 43
public string getMoRef()

Get MoRef of the data store.

Return Value

string

at line 54
public VMware_VCloud_API_ReferenceType getVimServerRef()

Get the reference of the Vim server.

at line 66
public VMware_VCloud_API_Extension_DatastoreType modify(VMware_VCloud_API_Extension_DatastoreType $ds)

at line 78
public VMware_VCloud_API_Extension_DatastoreType enable()

Enable the data store.

at line 90
public VMware_VCloud_API_Extension_DatastoreType disable()

Disable the data store.

at line 102
public null delete()

Remove the data store.

Return Value

null