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 SolutionSummary |
SolutionSummary._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 SolutionSummary |
SolutionSummary._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
SolutionSummary |
SolutionSummary.Builder.build() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,SolutionSummary> |
AffectedDesiredStateInfo.getAffectedSolutions()
Affected solutions of the desired state.
|
java.util.Map<java.lang.String,SolutionSummary> |
MetadataInfo.getSolutions()
All the solutions contained in the metadata bundle.
|
Modifier and Type | Method and Description |
---|---|
void |
AffectedDesiredStateInfo.setAffectedSolutions(java.util.Map<java.lang.String,SolutionSummary> affectedSolutions)
Affected solutions of the desired state.
|
AffectedDesiredStateInfo.Builder |
AffectedDesiredStateInfo.Builder.setAffectedSolutions(java.util.Map<java.lang.String,SolutionSummary> affectedSolutions)
Affected solutions of the desired state.
|
void |
MetadataInfo.setSolutions(java.util.Map<java.lang.String,SolutionSummary> solutions)
All the solutions contained in the metadata bundle.
|
MetadataInfo.Builder |
MetadataInfo.Builder.setSolutions(java.util.Map<java.lang.String,SolutionSummary> solutions)
All the solutions contained in the metadata bundle.
|