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 ComponentSource |
ComponentSource.ADD_ON
Addon is the source for this component
|
static ComponentSource |
ComponentSource.BASE_IMAGE
Base image is the source for this component
|
static ComponentSource |
ComponentSource.HARDWARE_SUPPORT_PACKAGE
Hardware Support Package (HSP) is the source for this component
|
static ComponentSource |
ComponentSource.SOLUTION
Solution is the source for this component
|
static ComponentSource |
ComponentSource.USER
User is the source for this component
|
static ComponentSource |
ComponentSource.USER_REMOVED
This component was removed by the user.
|
Modifier and Type | Method and Description |
---|---|
ComponentSource |
ComponentCompliance.getCurrentSource()
Source of the component on the host.
|
ComponentSource |
ComponentOverrideInfo.getSource()
Source of the component override.
|
ComponentSource |
EffectiveComponentDetails.getSource()
Final effective source of the component.
|
ComponentSource |
ComponentCompliance.getTargetSource()
Source of the component in the software specification.
|
static ComponentSource |
ComponentSource.valueOf(java.lang.String name)
Returns the enumeration constant for the specified name.
|
static ComponentSource[] |
ComponentSource.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|
Modifier and Type | Method and Description |
---|---|
void |
ComponentCompliance.setCurrentSource(ComponentSource currentSource)
Source of the component on the host.
|
ComponentCompliance.Builder |
ComponentCompliance.Builder.setCurrentSource(ComponentSource currentSource)
Source of the component on the host.
|
void |
ComponentOverrideInfo.setSource(ComponentSource source)
Source of the component override.
|
void |
EffectiveComponentDetails.setSource(ComponentSource source)
Final effective source of the component.
|
void |
ComponentCompliance.setTargetSource(ComponentSource targetSource)
Source of the component in the software specification.
|
ComponentCompliance.Builder |
ComponentCompliance.Builder.setTargetSource(ComponentSource targetSource)
Source of the component in the software specification.
|
Constructor and Description |
---|
Builder(java.lang.String version,
java.lang.String displayVersion,
ComponentSource source,
LocalizableMessage note)
Constructor with parameters for the required properties of
ComponentOverrideInfo . |
Builder(java.lang.String displayName,
java.lang.String displayVersion,
java.lang.String vendor,
ComponentSource source,
java.util.List<ComponentOverrideInfo> overriddenComponents)
Constructor with parameters for the required properties of
EffectiveComponentDetails . |