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 AddonSummary |
AddonSummary._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 AddonSummary |
AddonSummary._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
AddonSummary |
AddonSummary.Builder.build() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,AddonSummary> |
MetadataInfo.getAddons()
All the addons contained in the metadata bundle.
|
java.util.Map<java.lang.String,AddonSummary> |
AffectedDesiredStateInfo.getAffectedAddon()
Affected addon of the desired state.
|
Modifier and Type | Method and Description |
---|---|
void |
MetadataInfo.setAddons(java.util.Map<java.lang.String,AddonSummary> addons)
All the addons contained in the metadata bundle.
|
MetadataInfo.Builder |
MetadataInfo.Builder.setAddons(java.util.Map<java.lang.String,AddonSummary> addons)
All the addons contained in the metadata bundle.
|
void |
AffectedDesiredStateInfo.setAffectedAddon(java.util.Map<java.lang.String,AddonSummary> affectedAddon)
Affected addon of the desired state.
|
AffectedDesiredStateInfo.Builder |
AffectedDesiredStateInfo.Builder.setAffectedAddon(java.util.Map<java.lang.String,AddonSummary> affectedAddon)
Affected addon of the desired state.
|