Interface | Description |
---|---|
Job |
The
Job interface provides methods to create and get the status of
reconciliation job. |
JobTypes |
Defines the data types of the
Job
API service. |
Class | Description |
---|---|
JobDefinitions |
Defines the type descriptors for the
Job
API service. |
JobStub |
Remote stub implementation of the
Job
API service. |
JobTypes.CreateSpec |
The
CreateSpec class has the fields to request the start of
reconciliation job. |
JobTypes.CreateSpec.Builder |
Builder class for
JobTypes.CreateSpec . |
JobTypes.Info |
The
Info class represents the reconciliation job information. |
JobTypes.Info.Builder |
Builder class for
JobTypes.Info . |
JobTypes.Status |
The
Status enumeration class defines the status values that can be
reported for an operation. |
ReconciliationFactory |
ReconciliationFactory is responsible for creating instances of services
contained inside the com.vmware.appliance.recovery.reconciliation package and also has the subpackages reference
to access respective subpackage services. |
StructDefinitions |
Defines the type descriptors for the top-level types in
com.vmware.appliance.recovery.reconciliation package. |
Enum | Description |
---|---|
JobTypes.Status.Values |
Native Java
enum representing this enumeration class. |