com.vmware.appliance.vmon package provides interfaces to manage a
set of services that are part of the vCenter Server.See: Description
| Interface | Description |
|---|---|
| Service |
The
Service interface provides methods to manage a single/set of
services that are managed by vMon. |
| ServiceTypes |
Defines the data types of the
Service
API service. |
| Class | Description |
|---|---|
| ServiceDefinitions |
Defines the type descriptors for the
Service
API service. |
| ServiceStub |
Remote stub implementation of the
Service
API service. |
| ServiceTypes.Health |
The
Health enumeration class defines the possible values for health of a
service. |
| 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.State |
The
State enumeration class defines valid Run State for services. |
| 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. |
| StructDefinitions |
Defines the type descriptors for the top-level types in
com.vmware.appliance.vmon package. |
| Enum | Description |
|---|---|
| ServiceTypes.Health.Values |
Native Java
enum representing this enumeration class. |
| ServiceTypes.StartupType.Values |
Native Java
enum representing this enumeration class. |
| ServiceTypes.State.Values |
Native Java
enum representing this enumeration class. |
com.vmware.appliance.vmon package provides interfaces to manage a
set of services that are part of the vCenter Server.