| Package | Description |
|---|---|
| com.vmware.appliance |
The
com.vmware.appliance package provides interfaces for managing
vCenter Appliance configuration. |
| com.vmware.appliance.update |
The
com.vmware.appliance.update package provides interfaces for updating
the software in the appliance. |
| Class and Description |
|---|
UpdateFactory
UpdateFactory is responsible for creating instances of services
contained inside the com.vmware.appliance.update package and also has the subpackages reference
to access respective subpackage services. |
| Class and Description |
|---|
| CommonInfo
The
CommonInfo class defines common update information. |
| CommonInfo.Category
The
Category enumeration class defines update type. |
| CommonInfo.Category.Values
Native Java
enum representing this enumeration class. |
| CommonInfo.Priority
The
Priority enumeration class defines the update installation priority
recommendations. |
| CommonInfo.Priority.Values
Native Java
enum representing this enumeration class. |
| CommonInfo.Severity
The
Severity enumeration class defines the severity of the issues fixed
in the update. |
| CommonInfo.Severity.Values
Native Java
enum representing this enumeration class. |
| Pending
The
Pending interface provides methods to manipulate pending updates. |
| PendingTypes
The
Pending interface provides methods to manipulate pending updates. |
| PendingTypes.Info
The
Info class contains the extended information about the update. |
| PendingTypes.PrecheckResult
The
PrecheckResult class contains estimates of how long it will take
install and rollback an update as well as a list of possible warnings and
problems with installing the update. |
| PendingTypes.PrecheckResult.Builder
Builder class for
PendingTypes.PrecheckResult. |
| PendingTypes.Question
The
Question class describes a item of information that must be provided
by the user in order to install the update. |
| PendingTypes.Question.Builder
Builder class for
PendingTypes.Question. |
| PendingTypes.Question.InputType
The
InputType enumeration class defines representation of field fields
in GUI or CLI. |
| PendingTypes.Question.InputType.Values
Native Java
enum representing this enumeration class. |
| PendingTypes.SourceType
The
SourceType enumeration class defines the supported types of sources
of updates. |
| PendingTypes.SourceType.Values
Native Java
enum representing this enumeration class. |
| PendingTypes.UpgradeableComponent
The
UpgradeableComponent class describes component update information. |
| Policy
The
Policy interface provides methods to set/get background check for
the new updates. |
| PolicyTypes
The
Policy interface provides methods to set/get background check for
the new updates. |
| PolicyTypes.Config
The
Config class defines automatic update checking and staging policy. |
| PolicyTypes.Config.Builder
Builder class for
PolicyTypes.Config. |
| PolicyTypes.DayOfWeek
The
DayOfWeek enumeration class defines the set of days. |
| PolicyTypes.DayOfWeek.Values
Native Java
enum representing this enumeration class. |
| PolicyTypes.Info
The
Info class defines automatic update checking and staging policy. |
| PolicyTypes.Info.Builder
Builder class for
PolicyTypes.Info. |
| PolicyTypes.Time
The
Time class defines weekday and time the automatic check for new
updates will be run. |
| ServiceInfo
The
ServiceInfo class describes a service to be stopped and started
during the update installation. |
| Staged
The
Staged interface provides methods to get the status of the staged
update. |
| StagedTypes
The
Staged interface provides methods to get the status of the staged
update. |
| StagedTypes.Info
The
Info class contains information about the staged update. |
| StagedTypes.Info.Builder
Builder class for
StagedTypes.Info. |
| Summary
The
Summary class contains the essential information about the update. |
UpdateFactory
UpdateFactory is responsible for creating instances of services
contained inside the com.vmware.appliance.update package and also has the subpackages reference
to access respective subpackage services. |