Package | Description |
---|---|
com.vmware.esx.settings.depots |
The
com.vmware.esx.settings.depots package provides interfaces to manage
VUM compatible ESX Depots. |
Modifier and Type | Method and Description |
---|---|
static ComponentSummary |
ComponentSummary._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 ComponentSummary |
ComponentSummary._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
ComponentSummary |
ComponentSummary.Builder.build() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,ComponentSummary> |
AffectedDesiredStateInfo.getAffectedIndependentComponents()
Affected independent components of the desired state.
|
java.util.Map<java.lang.String,ComponentSummary> |
MetadataInfo.getIndependentComponents()
All the independent components contained in the metadata bundle.
|
Modifier and Type | Method and Description |
---|---|
void |
AffectedDesiredStateInfo.setAffectedIndependentComponents(java.util.Map<java.lang.String,ComponentSummary> affectedIndependentComponents)
Affected independent components of the desired state.
|
AffectedDesiredStateInfo.Builder |
AffectedDesiredStateInfo.Builder.setAffectedIndependentComponents(java.util.Map<java.lang.String,ComponentSummary> affectedIndependentComponents)
Affected independent components of the desired state.
|
void |
MetadataInfo.setIndependentComponents(java.util.Map<java.lang.String,ComponentSummary> independentComponents)
All the independent components contained in the metadata bundle.
|
MetadataInfo.Builder |
MetadataInfo.Builder.setIndependentComponents(java.util.Map<java.lang.String,ComponentSummary> independentComponents)
All the independent components contained in the metadata bundle.
|