com.vmware.esx.settings.depot_content
package provides interfaces to
retrieve contents from the depot.See: Description
Interface | Description |
---|---|
AddOns |
The
AddOns interface provides methods to get OEM add-ons from the
sync'ed and imported depots. |
AddOnsTypes |
Defines the data types of the
AddOns
API service. |
BaseImages |
The
BaseImages interface provides methods to get base-images from the
sync'ed and imported depots. |
BaseImagesTypes |
Defines the data types of the
BaseImages
API service. |
Components |
The
Components interface provides methods to get Components from the
sync'ed and imported depots. |
ComponentsTypes |
Defines the data types of the
Components
API service. |
Class | Description |
---|---|
AddOnsDefinitions |
Defines the type descriptors for the
AddOns
API service. |
AddOnsStub |
Remote stub implementation of the
AddOns
API service. |
AddOnsTypes.AddOnVersionSummary |
The
AddOnVersionSummary class defines the summary information regarding
a version of an OEM add-on. |
AddOnsTypes.AddOnVersionSummary.Builder |
Builder class for
AddOnsTypes.AddOnVersionSummary . |
AddOnsTypes.CategoryType |
The
CategoryType enumeration class defines possible values of categories
for a OEM add-on. |
AddOnsTypes.FilterSpec |
The
FilterSpec class contains properties used to filter the results when
listing OEM add-ons, see AddOns.list(com.vmware.esx.settings.depot_content.AddOnsTypes.FilterSpec) ). |
AddOnsTypes.FilterSpec.Builder |
Builder class for
AddOnsTypes.FilterSpec . |
AddOnsTypes.Summary |
The
Summary class defines the summary information regarding a OEM
add-on. |
AddOnsTypes.Summary.Builder |
Builder class for
AddOnsTypes.Summary . |
BaseImagesDefinitions |
Defines the type descriptors for the
BaseImages
API service. |
BaseImagesStub |
Remote stub implementation of the
BaseImages
API service. |
BaseImagesTypes.CategoryType |
The
CategoryType enumeration class defines possible values of categories
for a base-image. |
BaseImagesTypes.FilterSpec |
The
FilterSpec class contains properties used to filter the results when
listing base-images, see BaseImages.list(com.vmware.esx.settings.depot_content.BaseImagesTypes.FilterSpec) ). |
BaseImagesTypes.FilterSpec.Builder |
Builder class for
BaseImagesTypes.FilterSpec . |
BaseImagesTypes.Summary |
The
Summary class defines the summary information regarding a
base-image. |
BaseImagesTypes.Summary.Builder |
Builder class for
BaseImagesTypes.Summary . |
ComponentsDefinitions |
Defines the type descriptors for the
Components
API service. |
ComponentsStub |
Remote stub implementation of the
Components
API service. |
ComponentsTypes.CategoryType |
The
CategoryType enumeration class defines possible values of categories
for a component. |
ComponentsTypes.ComponentBundleType |
The
ComponentBundleType enumeration class defines possible ways
components are bundled. |
ComponentsTypes.ComponentVersionSummary |
The
ComponentVersionSummary class defines the summary information
regarding a version of a component. |
ComponentsTypes.ComponentVersionSummary.Builder |
Builder class for
ComponentsTypes.ComponentVersionSummary . |
ComponentsTypes.FilterSpec |
The
FilterSpec class contains properties used to filter the results when
listing components, see Components.list(com.vmware.esx.settings.depot_content.ComponentsTypes.FilterSpec) ). |
ComponentsTypes.FilterSpec.Builder |
Builder class for
ComponentsTypes.FilterSpec . |
ComponentsTypes.Summary |
The
Summary class defines the summary information regarding a component. |
ComponentsTypes.Summary.Builder |
Builder class for
ComponentsTypes.Summary . |
ComponentsTypes.UrgencyType |
The
UrgencyType enumeration class defines possible values of urgencies
for a component. |
DepotContentFactory |
DepotContentFactory is responsible for creating instances of services
contained inside the com.vmware.esx.settings.depot_content 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 package. |
Enum | Description |
---|---|
AddOnsTypes.CategoryType.Values |
Native Java
enum representing this enumeration class. |
BaseImagesTypes.CategoryType.Values |
Native Java
enum representing this enumeration class. |
ComponentsTypes.CategoryType.Values |
Native Java
enum representing this enumeration class. |
ComponentsTypes.ComponentBundleType.Values |
Native Java
enum representing this enumeration class. |
ComponentsTypes.UrgencyType.Values |
Native Java
enum representing this enumeration class. |
com.vmware.esx.settings.depot_content
package provides interfaces to
retrieve contents from the depot.