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 |
---|---|
MetadataInfo.Builder |
MetadataInfo.Builder.setAddons(java.util.Map<java.lang.String,AddonSummary> addons)
All the addons contained in the metadata bundle.
|
MetadataInfo.Builder |
MetadataInfo.Builder.setBaseImages(java.util.List<BaseImageVersion> baseImages)
All the base images contained in the metadata bundle.
|
MetadataInfo.Builder |
MetadataInfo.Builder.setHardwareSupport(java.util.Map<java.lang.String,HardwareSupportManagerSummary> hardwareSupport)
All the HSMs and their HSPs 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.
|
MetadataInfo.Builder |
MetadataInfo.Builder.setSolutions(java.util.Map<java.lang.String,SolutionSummary> solutions)
All the solutions contained in the metadata bundle.
|
MetadataInfo.Builder |
MetadataInfo.Builder.setUpdates(java.util.Map<java.lang.String,UpdateSummary> updates)
All the updates (bulletins) contained in the metadata bundle.
|