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 the VMware vSphere Update
Manager Download Service (UMDS) software depot 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.ConnectionSpec |
The
ConnectionSpec class contains properties that describe the
specification to be used for connecting to the host during the com.vmware.esx.settings.depots.Offline#createFromHost method. |
OfflineTypes.ConnectionSpec.AuthenticationType |
The
AuthenticationType enumeration class defines the possible types of
authentication supported when connecting to the host. |
OfflineTypes.ConnectionSpec.Builder |
Builder class for
OfflineTypes.ConnectionSpec . |
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.DepotExtractInfo |
The
DepotExtractInfo class contains properties that describe the
extracted depot. |
OfflineTypes.DepotExtractInfo.Builder |
Builder class for
OfflineTypes.DepotExtractInfo . |
OfflineTypes.HostCredentials |
The
HostCredentials class contains properties that describe the host's
username, password, port number and ssl thumbprint to be used when connecting to
the host using USERNAME_PASSWORD option in the com.vmware.esx.settings.depots.OfflineTypes.ConnectionSpec#AuthenticationType
enumeration class. |
OfflineTypes.HostCredentials.Builder |
Builder class for
OfflineTypes.HostCredentials . |
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 the 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.ConnectionSpec.AuthenticationType.Values |
Native Java
enum representing this enumeration class. |
OfflineTypes.SourceType.Values |
Native Java
enum representing this enumeration class. |
OnlineTypes._VAPI_OPERATIONS |
Identifiers of the task operations
|
SyncScheduleTypes.DayOfWeek.Values |
Native Java
enum representing this enumeration class. |
SyncScheduleTypes.Recurrence.Values |
Native Java
enum representing this enumeration class. |
UmdsTypes._VAPI_OPERATIONS |
Identifiers of the task operations
|
com.vmware.esx.settings.depots
package provides interfaces to manage
VUM compatible ESX Depots.