Package | Description |
---|---|
com.vmware.esx.hosts |
The
com.vmware.esx.hosts package provides interfaces to manage ESX host. |
Modifier and Type | Method and Description |
---|---|
static HardwareSupportSpec |
HardwareSupportSpec._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 HardwareSupportSpec |
HardwareSupportSpec._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
HardwareSupportSpec |
HardwareSupportSpec.Builder.build() |
HardwareSupportSpec |
SoftwareSpec.getHardwareSupport()
Information about the Hardware Support Package (HSP) configured in the software
specification.
|
Modifier and Type | Method and Description |
---|---|
void |
SoftwareSpec.setHardwareSupport(HardwareSupportSpec hardwareSupport)
Information about the Hardware Support Package (HSP) configured in the software
specification.
|
SoftwareSpec.Builder |
SoftwareSpec.Builder.setHardwareSupport(HardwareSupportSpec hardwareSupport)
Information about the Hardware Support Package (HSP) configured in the software
specification.
|