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 |
The
Offline interface provides methods to manage offline software depots
used during ESX lifecycle management. |
| Online |
The
Online interface provides methods to manage online software depots
used during ESX lifecycle management. |
| OnlineTypes |
The
Online interface provides methods to manage online software depots
used during ESX lifecycle management. |
| SyncSchedule |
The
SyncSchedule interface provides methods to manage Schedule of Online
Software Depot sync. |
| SyncScheduleTypes |
The
SyncSchedule interface provides methods to manage Schedule of Online
Software Depot sync. |
| Umds |
The
Umds interface provides methods to manage the VMware vSphere Update
Manager Download Service (UMDS) software depot used during ESX lifecycle
management. |
| UmdsTypes |
The
Umds interface provides methods to manage the VMware vSphere Update
Manager Download Service (UMDS) software depot used during ESX lifecycle
management. |
| Class | Description |
|---|---|
| AddonSummary |
The
AddonSummary class contains fields that describe the summary of an
addon. |
| AddonSummary.Builder |
Builder class for
AddonSummary. |
| AddonVersion |
The
AddonVersion class contains fields that describe a specific version
of an addon. |
| AddonVersion.Builder |
Builder class for
AddonVersion. |
| AffectedBaselineInfo |
The
AffectedBaselineInfo class contains the fields that describe which
updates (bulletins) in the baseline will be affected by the depot to be deleted
or disabled. |
| AffectedBaselineInfo.Builder |
Builder class for
AffectedBaselineInfo. |
| AffectedDesiredStateInfo |
The
AffectedDesiredStateInfo class contains the fields that describe
which release units in the desired state will be affected by the depot to be
deleted or disabled. |
| AffectedDesiredStateInfo.Builder |
Builder class for
AffectedDesiredStateInfo. |
| BaseImageVersion |
The
BaseImageVersion class contains fields that describe a specific ESXi
base image. |
| BaseImageVersion.Builder |
Builder class for
BaseImageVersion. |
| ComponentSummary |
The
ComponentSummary class contains fields that describe the summary of
a component. |
| ComponentSummary.Builder |
Builder class for
ComponentSummary. |
| ComponentVersion |
The
ComponentVersion class contains fields that describe a specific
version of a component. |
| ComponentVersion.Builder |
Builder class for
ComponentVersion. |
| 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. |
| HardwareSupportManagerSummary |
The
HardwareSupportManagerSummary class contains fields that describe
the summary of a hardware support manager (HSM). |
| HardwareSupportManagerSummary.Builder |
Builder class for
HardwareSupportManagerSummary. |
| HardwareSupportPackageSummary |
The
HardwareSupportPackageSummary class contains fields that describe
the summary of a hardware support package (HSP). |
| HardwareSupportPackageSummary.Builder |
Builder class for
HardwareSupportPackageSummary. |
| HardwareSupportPackageVersion |
The
HardwareSupportPackageVersion class contains fields that describe a
specific version of a hardware support package (HSP). |
| HardwareSupportPackageVersion.Builder |
Builder class for
HardwareSupportPackageVersion. |
| MetadataInfo |
The
MetadataInfo class contains fields that show the content of a
metadata bundle. |
| MetadataInfo.Builder |
Builder class for
MetadataInfo. |
| 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.DeleteResult |
The
DeleteResult class contains a field that lists all the errors
encountered after starting the task of Offline.delete(java.lang.String) method. |
| OfflineTypes.DeleteResult.Builder |
Builder class for
OfflineTypes.DeleteResult. |
| 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.PrecheckResult |
The
PrecheckResult class contains the fields that show the details of
affected baselines and desired states found in Offline.delete(java.lang.String) method. |
| OfflineTypes.PrecheckResult.Builder |
Builder class for
OfflineTypes.PrecheckResult. |
| 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.DeleteResult |
The
DeleteResult class contains a field that lists all the errors
encountered after starting the task of Online.delete(java.lang.String) method. |
| OnlineTypes.DeleteResult.Builder |
Builder class for
OnlineTypes.DeleteResult. |
| OnlineTypes.FlushResult |
The
FlushResult class contains a field that lists all the errors
encountered after starting the task of com.vmware.esx.settings.depots.Online#flush method. |
| OnlineTypes.FlushResult.Builder |
Builder class for
OnlineTypes.FlushResult. |
| OnlineTypes.Info |
The
Info class defines the information regarding a depot. |
| OnlineTypes.Info.Builder |
Builder class for
OnlineTypes.Info. |
| OnlineTypes.PrecheckResult |
The
PrecheckResult class contains the fields that show the details of
affected baselines and desired states found in Online.delete(java.lang.String) or com.vmware.esx.settings.depots.Online#flush operation. |
| OnlineTypes.PrecheckResult.Builder |
Builder class for
OnlineTypes.PrecheckResult. |
| 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. |
| SolutionSummary |
The
SolutionSummary class contains fields that describe the summary of a
solution. |
| SolutionSummary.Builder |
Builder class for
SolutionSummary. |
| SolutionVersion |
The
SolutionVersion class contains fields that describe a specific
version of a solution. |
| SolutionVersion.Builder |
Builder class for
SolutionVersion. |
| 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.DeleteResult |
The
DeleteResult class contains a field that lists all the errors
encountered after starting the task of Umds.delete() method. |
| UmdsTypes.DeleteResult.Builder |
Builder class for
UmdsTypes.DeleteResult. |
| UmdsTypes.Info |
The
Info class defines the information regarding the UMDS Depot. |
| UmdsTypes.Info.Builder |
Builder class for
UmdsTypes.Info. |
| UmdsTypes.PrecheckResult |
The
PrecheckResult class contains the fields that show the details of
affected baselines and desired states found in Umds.delete() method. |
| UmdsTypes.PrecheckResult.Builder |
Builder class for
UmdsTypes.PrecheckResult. |
| 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. |
| UpdateSummary |
The
UpdateSummary class contains a fieldsthat describes the summary of
an update (bulletin). |
| UpdateSummary.Builder |
Builder class for
UpdateSummary. |
| 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.