com.vmware.esx.settings.depot_content.add_ons package provides
interfaces to retrieve OEM specific add-on versions from the depot.See: Description
| Interface | Description |
|---|---|
| Versions |
The
Versions interface provides methods to get OEM add-on versions from
the sync'ed and imported depots. |
| VersionsTypes |
Defines the data types of the
Versions
API service. |
| Class | Description |
|---|---|
| AddOnsFactory |
AddOnsFactory is responsible for creating instances of services
contained inside the com.vmware.esx.settings.depot_content.add_ons package and also has the subpackages reference
to access respective subpackage services. |
| StructDefinitions |
Defines the type descriptors for the top-level types in
com.vmware.esx.settings.depot_content.add_ons package. |
| VersionsDefinitions |
Defines the type descriptors for the
Versions
API service. |
| VersionsStub |
Remote stub implementation of the
Versions
API service. |
| VersionsTypes.CategoryType |
The
CategoryType enumeration class defines possible values of categories
for a OEM add-on. |
| VersionsTypes.ComponentInfo |
The
ComponentInfo class defines the information regarding a component
present in OEM add-on. |
| VersionsTypes.ComponentInfo.Builder |
Builder class for
VersionsTypes.ComponentInfo. |
| VersionsTypes.Info |
The
Info class defines the information regarding a OEM add-on version. |
| VersionsTypes.Info.Builder |
Builder class for
VersionsTypes.Info. |
| VersionsTypes.RemovedComponentInfo |
The
RemovedComponentInfo class defines the information regarding a
component removed by the OEM add-on. |
| VersionsTypes.RemovedComponentInfo.Builder |
Builder class for
VersionsTypes.RemovedComponentInfo. |
| Enum | Description |
|---|---|
| VersionsTypes.CategoryType.Values |
Native Java
enum representing this enumeration class. |
com.vmware.esx.settings.depot_content.add_ons package provides
interfaces to retrieve OEM specific add-on versions from the depot.