|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VirtualDisk | |
|---|---|
| com.vmware.vcloud.sdk | |
| Uses of VirtualDisk in com.vmware.vcloud.sdk |
|---|
| Methods in com.vmware.vcloud.sdk that return types with arguments of type VirtualDisk | |
|---|---|
List<VirtualDisk> |
VM.getDisks()
Returns the Virtual Disks for the VM. |
List<VirtualDisk> |
VappTemplate.getDisks()
Returns the Virtual Disks for the vAppTemplate VM. |
static List<VirtualDisk> |
VM.getDisks(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vmRef)
Returns VirtualDisks for the given vm Ref |
static List<VirtualDisk> |
VappTemplate.getDisks(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappTemplateVmRef)
Returns VirtualDisks for the given vAppTemplate VM |
| Method parameters in com.vmware.vcloud.sdk with type arguments of type VirtualDisk | |
|---|---|
Task |
VM.updateDisks(List<VirtualDisk> virtualDisks)
Updates the VirtualDisks of a VM |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||