Package | Description |
---|---|
com.vmware.esx.settings |
The
com.vmware.esx.settings package provides interfaces to manage ESX
settings. |
Modifier and Type | Field and Description |
---|---|
static ImageCustomizationAction |
ImageCustomizationAction.REMOVED
The component is removed by the user in the desired software specification.
|
static ImageCustomizationAction |
ImageCustomizationAction.RETAINED
The component is retained at an older version in the desired software
specification.
|
Modifier and Type | Method and Description |
---|---|
ImageCustomizationAction |
EffectiveComponentDetails.getImageCustomizationAction()
Image customization status for the current component.
|
static ImageCustomizationAction |
ImageCustomizationAction.valueOf(java.lang.String name)
Returns the enumeration constant for the specified name.
|
static ImageCustomizationAction[] |
ImageCustomizationAction.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|
Modifier and Type | Method and Description |
---|---|
void |
EffectiveComponentDetails.setImageCustomizationAction(ImageCustomizationAction imageCustomizationAction)
Image customization status for the current component.
|
EffectiveComponentDetails.Builder |
EffectiveComponentDetails.Builder.setImageCustomizationAction(ImageCustomizationAction imageCustomizationAction)
Image customization status for the current component.
|