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