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 UpdateSummary |
UpdateSummary._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 UpdateSummary |
UpdateSummary._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
UpdateSummary |
UpdateSummary.Builder.build() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,UpdateSummary> |
AffectedBaselineInfo.getAffectedUpdates()
Updates (bulletins) affected.
|
java.util.Map<java.lang.String,UpdateSummary> |
MetadataInfo.getUpdates()
All the updates (bulletins) contained in the metadata bundle.
|
Modifier and Type | Method and Description |
---|---|
void |
AffectedBaselineInfo.setAffectedUpdates(java.util.Map<java.lang.String,UpdateSummary> affectedUpdates)
Updates (bulletins) affected.
|
void |
MetadataInfo.setUpdates(java.util.Map<java.lang.String,UpdateSummary> updates)
All the updates (bulletins) 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.
|
Constructor and Description |
---|
Builder(java.lang.String baseline,
long id,
java.util.Map<java.lang.String,UpdateSummary> affectedUpdates)
Constructor with parameters for the required properties of
AffectedBaselineInfo . |