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