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 AddOnSpec |
AddOnSpec._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 AddOnSpec |
AddOnSpec._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
AddOnSpec |
AddOnSpec.Builder.build() |
AddOnSpec |
SoftwareSpec.getAddOn()
OEM customization on top of given base-image.
|
Modifier and Type | Method and Description |
---|---|
void |
SoftwareSpec.setAddOn(AddOnSpec addOn)
OEM customization on top of given base-image.
|
SoftwareSpec.Builder |
SoftwareSpec.Builder.setAddOn(AddOnSpec addOn)
OEM customization on top of given base-image.
|