JobTypes.CreateSpec, JobTypes.Info, JobTypes.Status
_VAPI_SERVICE_ID
Modifier and Type | Method and Description |
---|---|
JobTypes.Info |
create(JobTypes.CreateSpec spec)
Initiate reconciliation.
|
void |
create(JobTypes.CreateSpec spec,
AsyncCallback<JobTypes.Info> asyncCallback)
Initiate reconciliation.
|
void |
create(JobTypes.CreateSpec spec,
AsyncCallback<JobTypes.Info> asyncCallback,
InvocationConfig invocationConfig)
Initiate reconciliation.
|
JobTypes.Info |
create(JobTypes.CreateSpec spec,
InvocationConfig invocationConfig)
Initiate reconciliation.
|
JobTypes.Info |
get()
Get reconciliation job progress/result.
|
void |
get(AsyncCallback<JobTypes.Info> asyncCallback)
Get reconciliation job progress/result.
|
void |
get(AsyncCallback<JobTypes.Info> asyncCallback,
InvocationConfig invocationConfig)
Get reconciliation job progress/result.
|
JobTypes.Info |
get(InvocationConfig invocationConfig)
Get reconciliation job progress/result.
|
JobTypes.Info create(JobTypes.CreateSpec spec)
Synchronous method overload. Result of the invocation will be reported as a method return value.
spec
- CreateSpec StructureFeatureInUse
- A backup or restore is already in progress.NotAllowedInCurrentState
- Reconciliation is allowed only after restore has finished successfully.Error
- if any error occurs during the execution of the operation.JobTypes.Info create(JobTypes.CreateSpec spec, InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig
to specify configuration for this particular invocation.
spec
- CreateSpec StructureinvocationConfig
- Configuration for the method invocation.FeatureInUse
- A backup or restore is already in progress.NotAllowedInCurrentState
- Reconciliation is allowed only after restore has finished successfully.Error
- if any error occurs during the execution of the operation.void create(JobTypes.CreateSpec spec, AsyncCallback<JobTypes.Info> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
Info Structure
Operation Errors:
FeatureInUse
- A backup or restore is already in progress.
NotAllowedInCurrentState
- Reconciliation is allowed only after restore has finished successfully.
Error
- if any error occurs during the execution of the operation.
spec
- CreateSpec StructureasyncCallback
- Receives the status (progress, result or error) of the operation invocation.void create(JobTypes.CreateSpec spec, AsyncCallback<JobTypes.Info> asyncCallback, InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Use invocationConfig
to specify configuration for this particular invocation.
Invocation Result:
Info Structure
Operation Errors:
FeatureInUse
- A backup or restore is already in progress.
NotAllowedInCurrentState
- Reconciliation is allowed only after restore has finished successfully.
Error
- if any error occurs during the execution of the operation.
spec
- CreateSpec StructureasyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.JobTypes.Info get()
Synchronous method overload. Result of the invocation will be reported as a method return value.
JobTypes.Info get(InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig
to specify configuration for this particular invocation.
void get(AsyncCallback<JobTypes.Info> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
Info Structure
Operation Errors:
NotFound
- if there is no running reconciliation job.
Error
- if any error occurs during the execution of the operation.
asyncCallback
- Receives the status (progress, result or error) of the operation invocation.void get(AsyncCallback<JobTypes.Info> asyncCallback, InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Use invocationConfig
to specify configuration for this particular invocation.
Invocation Result:
Info Structure
Operation Errors:
NotFound
- if there is no running reconciliation job.
Error
- if any error occurs during the execution of the operation.
asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.