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