Package | Description |
---|---|
com.vmware.esx.settings |
The
com.vmware.esx.settings package provides interfaces to manage ESX
settings. |
Modifier and Type | Method and Description |
---|---|
static ComponentOverrideInfo |
ComponentOverrideInfo._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 ComponentOverrideInfo |
ComponentOverrideInfo._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
ComponentOverrideInfo |
ComponentOverrideInfo.Builder.build() |
Modifier and Type | Method and Description |
---|---|
java.util.List<ComponentOverrideInfo> |
EffectiveComponentDetails.getOverriddenComponents()
List of other component versions present in base image, add-ons or solutions
that this component is overriding.
|
Modifier and Type | Method and Description |
---|---|
void |
EffectiveComponentDetails.setOverriddenComponents(java.util.List<ComponentOverrideInfo> overriddenComponents)
List of other component versions present in base image, add-ons or solutions
that this component is overriding.
|
Constructor and Description |
---|
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 . |