Package | Description |
---|---|
com.vmware.esx.settings |
The
com.vmware.esx.settings package provides interfaces to manage ESX
settings. |
Modifier and Type | Method and Description |
---|---|
EffectiveComponentDetails.Builder |
EffectiveComponentDetails.Builder.setImageCustomizationAction(ImageCustomizationAction imageCustomizationAction)
Image customization status for the current component.
|
EffectiveComponentDetails.Builder |
EffectiveComponentDetails.Builder.setImageCustomizationDescription(LocalizableMessage imageCustomizationDescription)
Localized text describing the imageCustomizationAction.
|
EffectiveComponentDetails.Builder |
EffectiveComponentDetails.Builder.setNote(LocalizableMessage note)
Note assosicated with this component.
|
EffectiveComponentDetails.Builder |
EffectiveComponentDetails.Builder.setRemovable(java.lang.Boolean removable)
Flag to indicate if the component can be removed by specifying its name in the
removed components section of the software specification.
|