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 IdeAddressSpec |
IdeAddressSpec._newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, 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. |
static IdeAddressSpec |
IdeAddressSpec._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
IdeAddressSpec |
IdeAddressSpec.Builder.build() |
IdeAddressSpec |
CdromTypes.CreateSpec.getIde()
Address for attaching the device to a virtual IDE adapter.
|
IdeAddressSpec |
DiskTypes.CreateSpec.getIde()
Address for attaching the device to a virtual IDE adapter.
|
Modifier and Type | Method and Description |
---|---|
void |
CdromTypes.CreateSpec.setIde(IdeAddressSpec ide)
Address for attaching the device to a virtual IDE adapter.
|
CdromTypes.CreateSpec.Builder |
CdromTypes.CreateSpec.Builder.setIde(IdeAddressSpec ide)
Address for attaching the device to a virtual IDE adapter.
|
void |
DiskTypes.CreateSpec.setIde(IdeAddressSpec ide)
Address for attaching the device to a virtual IDE adapter.
|
DiskTypes.CreateSpec.Builder |
DiskTypes.CreateSpec.Builder.setIde(IdeAddressSpec ide)
Address for attaching the device to a virtual IDE adapter.
|