Interface | Description |
---|---|
Service |
The
Service interface provides methods to manage a single/set of vCenter
Server services. |
ServiceTypes |
Defines the data types of the
Service
API service. |
Class | Description |
---|---|
ServiceDefinitions |
Defines the type descriptors for the
Service
API service. |
ServicesFactory |
ServicesFactory is responsible for creating instances of services
contained inside the com.vmware.vcenter.services package and also has the subpackages reference
to access respective subpackage services. |
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 vCenter
Server services. |
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.vcenter.services 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. |