| Package | Description |
|---|---|
| com.vmware.esx.settings |
The
com.vmware.esx.settings package provides interfaces to manage ESX
settings. |
| Modifier and Type | Method and Description |
|---|---|
static HardwareModuleDetails |
HardwareModuleDetails._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 HardwareModuleDetails |
HardwareModuleDetails._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
HardwareModuleDetails |
HardwareModuleDetails.Builder.build() |
HardwareModuleDetails |
HardwareModuleFirmwareCompliance.getDetails()
Additional details about the hardware module itself
null if no further info was provided by HSM. |
| Modifier and Type | Method and Description |
|---|---|
void |
HardwareModuleFirmwareCompliance.setDetails(HardwareModuleDetails details)
Additional details about the hardware module itself
null if no further info was provided by HSM. |
HardwareModuleFirmwareCompliance.Builder |
HardwareModuleFirmwareCompliance.Builder.setDetails(HardwareModuleDetails details)
Additional details about the hardware module itself
null if no further info was provided by HSM. |