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 AddonVersion |
AddonVersion._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 AddonVersion |
AddonVersion._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
AddonVersion |
AddonVersion.Builder.build() |
Modifier and Type | Method and Description |
---|---|
java.util.List<AddonVersion> |
AddonSummary.getVersions()
Different versions of the addon.
|
Modifier and Type | Method and Description |
---|---|
void |
AddonSummary.setVersions(java.util.List<AddonVersion> versions)
Different versions of the addon.
|
Constructor and Description |
---|
Builder(java.lang.String displayName,
java.lang.String vendor,
java.util.List<AddonVersion> versions)
Constructor with parameters for the required properties of
AddonSummary . |