| Package | Description |
|---|---|
| com.vmware.vcenter.vm.hardware |
The
com.vmware.vcenter.vm.hardware package provides interfaces for
managing the virtual hardware configuration and state of a virtual machine. |
| Modifier and Type | Method and Description |
|---|---|
static DiskTypes.BackingInfo |
DiskTypes.BackingInfo._newInstance(StructValue structValue)
WARNING: Internal API, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
DiskTypes.BackingInfo |
DiskTypes.BackingInfo.Builder.build() |
DiskTypes.BackingInfo |
DiskTypes.Info.getBacking()
Physical resource backing for the virtual disk.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DiskTypes.Info.setBacking(DiskTypes.BackingInfo backing)
Physical resource backing for the virtual disk.
|
| Constructor and Description |
|---|
DiskTypes.Info.Builder(String label,
DiskTypes.HostBusAdapterType type,
DiskTypes.BackingInfo backing)
Constructor with parameters for the required properties of
DiskTypes.Info. |
Copyright © 2016. All Rights Reserved.