Package | Description |
---|---|
com.vmware.esx.hosts |
The
com.vmware.esx.hosts package provides interfaces to manage ESX host. |
Modifier and Type | Method and Description |
---|---|
SoftwareSpec.Builder |
SoftwareSpec.Builder.setAddOn(AddOnSpec addOn)
OEM customization on top of given base-image.
|
SoftwareSpec.Builder |
SoftwareSpec.Builder.setComponents(java.util.Map<java.lang.String,java.lang.String> components)
Additional components which are part of the software specification.
|
SoftwareSpec.Builder |
SoftwareSpec.Builder.setHardwareSupport(HardwareSupportSpec hardwareSupport)
Information about the Hardware Support Package (HSP) configured in the software
specification.
|
SoftwareSpec.Builder |
SoftwareSpec.Builder.setRemovedComponents(java.util.Set<java.lang.String> removedComponents)
Components to be removed from the software specification.
|
SoftwareSpec.Builder |
SoftwareSpec.Builder.setSolutions(java.util.Map<java.lang.String,SolutionSpec> solutions)
Mapping from solution identifier to the solution specification.
|