| Package | Description |
|---|---|
| com.vmware.appliance.vmon |
The
com.vmware.appliance.vmon package provides interfaces to manage a
set of services that are part of the vCenter Server. |
| Class and Description |
|---|
| Service
The
Service interface provides methods to manage a single/set of
services that are managed by vMon. |
| ServiceTypes
The
Service interface provides methods to manage a single/set of
services that are managed by vMon. |
| ServiceTypes.Health
The
Health enumeration class defines the possible values for health of a
service. |
| ServiceTypes.Health.Values
Native Java
enum representing this enumeration class. |
| ServiceTypes.Info
The
Info class contains information about a service. |
| ServiceTypes.Info.Builder
Builder class for
ServiceTypes.Info. |
| ServiceTypes.StartupType
The
StartupType enumeration class defines valid Startup Type for
services managed by vMon. |
| ServiceTypes.StartupType.Values
Native Java
enum representing this enumeration class. |
| ServiceTypes.State
The
State enumeration class defines valid Run State for services. |
| ServiceTypes.State.Values
Native Java
enum representing this enumeration class. |
| ServiceTypes.UpdateSpec
The
UpdateSpec class describes the changes to be made to the
configuration of the service. |
| ServiceTypes.UpdateSpec.Builder
Builder class for
ServiceTypes.UpdateSpec. |
VmonFactory
VmonFactory is responsible for creating instances of services
contained inside the com.vmware.appliance.vmon package and also has the subpackages reference
to access respective subpackage services. |