Class

VMware_VCloud_SDK_Group

class VMware_VCloud_SDK_Group 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 getGroupRef()

Get a reference to a VMware vCloud group entity.

VMware_VCloud_API_GroupType getGroup()

Get a VMware vCloud group entity.

string getId()

Constructs vCloud ID of this group from its UUID.

VMware_VCloud_API_GroupType modify(VMware_VCloud_API_GroupType $group)

Modify a group.

null delete()

Delete a group.

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 getGroupRef()

Get a reference to a VMware vCloud group entity.

at line 21
public VMware_VCloud_API_GroupType getGroup()

Get a VMware vCloud group entity.

at line 32
public string getId()

Constructs vCloud ID of this group from its UUID.

Return Value

string

at line 44
public VMware_VCloud_API_GroupType modify(VMware_VCloud_API_GroupType $group)

Modify a group.

at line 56
public null delete()

Delete a group.

Return Value

null