com.vmware.esx.settings.depots package provides interfaces to manage
VUM compatible ESX Depots.See: Description
| Interface | Description |
|---|---|
| Offline |
The
Offline interface provides methods to manage Offline Software Depots
used during ESX lifecycle management. |
| OfflineTypes |
Defines the data types of the
Offline
API service. |
| Online |
The
Online interface provides methods to manage Online Software Depots
used during ESX lifecycle management. |
| OnlineTypes |
Defines the data types of the
Online
API service. |
| SyncSchedule |
The
SyncSchedule interface provides methods to manage Schedule of Online
Software Depot sync. |
| SyncScheduleTypes |
Defines the data types of the
SyncSchedule
API service. |
| Umds |
The
Umds interface provides methods to manage VMware vSphere Update
Manager Download Service (UMDS) software depots used during ESX lifecycle
management. |
| UmdsTypes |
Defines the data types of the
Umds
API service. |
| Class | Description |
|---|---|
| DepotsFactory |
DepotsFactory is responsible for creating instances of services
contained inside the com.vmware.esx.settings.depots package and also has the subpackages reference
to access respective subpackage services. |
| OfflineDefinitions |
Defines the type descriptors for the
Offline
API service. |
| OfflineStub |
Remote stub implementation of the
Offline
API service. |
| OfflineTypes.CreateResult |
The
CreateResult class defines the result information for a new Offline
Depot. |
| OfflineTypes.CreateResult.Builder |
Builder class for
OfflineTypes.CreateResult. |
| OfflineTypes.CreateSpec |
The
CreateSpec class defines the information used to create a depot. |
| OfflineTypes.CreateSpec.Builder |
Builder class for
OfflineTypes.CreateSpec. |
| OfflineTypes.Info |
The
Info class defines the information regarding an Offline Depot. |
| OfflineTypes.Info.Builder |
Builder class for
OfflineTypes.Info. |
| OfflineTypes.SourceType |
The
SourceType enumeration class defines possible values of sources for
the offline depot. |
| OfflineTypes.Summary |
The
Summary class defines the summary information regarding an Offline
Depot. |
| OfflineTypes.Summary.Builder |
Builder class for
OfflineTypes.Summary. |
| OnlineDefinitions |
Defines the type descriptors for the
Online
API service. |
| OnlineStub |
Remote stub implementation of the
Online
API service. |
| OnlineTypes.CreateSpec |
The
CreateSpec class defines the information used to create a depot. |
| OnlineTypes.CreateSpec.Builder |
Builder class for
OnlineTypes.CreateSpec. |
| OnlineTypes.Info |
The
Info class defines the information regarding a Depot. |
| OnlineTypes.Info.Builder |
Builder class for
OnlineTypes.Info. |
| OnlineTypes.Summary |
The
Summary class defines the summary information regarding a Depot. |
| OnlineTypes.Summary.Builder |
Builder class for
OnlineTypes.Summary. |
| OnlineTypes.UpdateSpec |
The
UpdateSpec class defines the information used to update the depot. |
| OnlineTypes.UpdateSpec.Builder |
Builder class for
OnlineTypes.UpdateSpec. |
| StructDefinitions |
Defines the type descriptors for the top-level types in
com.vmware.esx.settings.depots package. |
| SyncScheduleDefinitions |
Defines the type descriptors for the
SyncSchedule
API service. |
| SyncScheduleStub |
Remote stub implementation of the
SyncSchedule
API service. |
| SyncScheduleTypes.DayOfWeek |
The
DayOfWeek enumeration class contains the supported days of the week. |
| SyncScheduleTypes.Recurrence |
The
Recurrence enumeration class contains the supported values for how
often to sync from online or UMDS depots. |
| SyncScheduleTypes.Schedule |
The
Schedule class defines a schedule. |
| SyncScheduleTypes.Schedule.Builder |
Builder class for
SyncScheduleTypes.Schedule. |
| SyncScheduleTypes.Spec |
The
Spec class defines the information regarding the sync schedule. |
| SyncScheduleTypes.Spec.Builder |
Builder class for
SyncScheduleTypes.Spec. |
| UmdsDefinitions |
Defines the type descriptors for the
Umds
API service. |
| UmdsStub |
Remote stub implementation of the
Umds
API service. |
| UmdsTypes.Info |
The
Info class defines the information regarding an UMDS Depot. |
| UmdsTypes.Info.Builder |
Builder class for
UmdsTypes.Info. |
| UmdsTypes.SetSpec |
The
SetSpec class defines the information of an UMDS depot. |
| UmdsTypes.SetSpec.Builder |
Builder class for
UmdsTypes.SetSpec. |
| UmdsTypes.UpdateSpec |
The
UpdateSpec class defines the information used to update the UMDS
depot. |
| UmdsTypes.UpdateSpec.Builder |
Builder class for
UmdsTypes.UpdateSpec. |
| Enum | Description |
|---|---|
| OfflineTypes._VAPI_OPERATIONS |
Identifiers of the task operations
|
| OfflineTypes.SourceType.Values |
Native Java
enum representing this enumeration class. |
| SyncScheduleTypes.DayOfWeek.Values |
Native Java
enum representing this enumeration class. |
| SyncScheduleTypes.Recurrence.Values |
Native Java
enum representing this enumeration class. |
com.vmware.esx.settings.depots package provides interfaces to manage
VUM compatible ESX Depots.