VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::appliance::recovery::restore::JobStub Class Reference

Remote stub implementation of the Job API service. More...

Inherits vmware::appliance::recovery::restore::Job.

List of all members.

Public Member Functions

 JobStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config)
 JobStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config)
vmware.appliance.recovery.restore.JobTypes.ReturnResult Cancel ()
 Cancel the restore job.
vmware.appliance.recovery.restore.JobTypes.ReturnResult Cancel (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Cancel the restore job.
global::System.Threading.Tasks.Task
< vmware.appliance.recovery.restore.JobTypes.ReturnResult
CancelAsync ()
 Cancel the restore job.
global::System.Threading.Tasks.Task
< vmware.appliance.recovery.restore.JobTypes.ReturnResult
CancelAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Cancel the restore job.
vmware.appliance.recovery.restore.JobTypes.RestoreJobStatus Create (vmware.appliance.recovery.restore.JobTypes.RestoreRequest piece)
 Initiate restore.
vmware.appliance.recovery.restore.JobTypes.RestoreJobStatus Create (vmware.appliance.recovery.restore.JobTypes.RestoreRequest piece, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Initiate restore.
global::System.Threading.Tasks.Task
< vmware.appliance.recovery.restore.JobTypes.RestoreJobStatus
CreateAsync (vmware.appliance.recovery.restore.JobTypes.RestoreRequest piece)
 Initiate restore.
global::System.Threading.Tasks.Task
< vmware.appliance.recovery.restore.JobTypes.RestoreJobStatus
CreateAsync (vmware.appliance.recovery.restore.JobTypes.RestoreRequest piece, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Initiate restore.
vmware.appliance.recovery.restore.JobTypes.RestoreJobStatus Get ()
 See restore job progress/result.
vmware.appliance.recovery.restore.JobTypes.RestoreJobStatus Get (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 See restore job progress/result.
global::System.Threading.Tasks.Task
< vmware.appliance.recovery.restore.JobTypes.RestoreJobStatus
GetAsync ()
 See restore job progress/result.
global::System.Threading.Tasks.Task
< vmware.appliance.recovery.restore.JobTypes.RestoreJobStatus
GetAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 See restore job progress/result.

Detailed Description

Remote stub implementation of the Job API service.


Constructor & Destructor Documentation

vmware::appliance::recovery::restore::JobStub::JobStub ( vmware.vapi.core.IApiProvider  iApiProvider,
vmware.vapi.bindings.TypeConverter  typeConverter,
vmware.vapi.bindings.IStubConfiguration  config 
) [inline]
vmware::appliance::recovery::restore::JobStub::JobStub ( vmware.vapi.core.IApiProvider  iApiProvider,
vmware.vapi.bindings.IStubConfiguration  config 
) [inline]

Member Function Documentation

vmware.appliance.recovery.restore.JobTypes.ReturnResult vmware::appliance::recovery::restore::JobStub::Cancel ( ) [inline]

Cancel the restore job.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
RestoreJobStatus Structure

Implements vmware::appliance::recovery::restore::Job.

vmware.appliance.recovery.restore.JobTypes.ReturnResult vmware::appliance::recovery::restore::JobStub::Cancel ( global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Cancel the restore job.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
RestoreJobStatus Structure

Implements vmware::appliance::recovery::restore::Job.

global::System.Threading.Tasks.Task<vmware.appliance.recovery.restore.JobTypes.ReturnResult> vmware::appliance::recovery::restore::JobStub::CancelAsync ( global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Cancel the restore job.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
RestoreJobStatus Structure

Implements vmware::appliance::recovery::restore::Job.

global::System.Threading.Tasks.Task<vmware.appliance.recovery.restore.JobTypes.ReturnResult> vmware::appliance::recovery::restore::JobStub::CancelAsync ( ) [inline]

Cancel the restore job.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
RestoreJobStatus Structure

Implements vmware::appliance::recovery::restore::Job.

Initiate restore.

Exceptions:
vmware.vapi.std.errors.FeatureInUseA backup or restore is already in progress
vmware.vapi.std.errors.NotAllowedInCurrentStateRestore is allowed only after deployment and before firstboot
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
pieceRestoreRequest Structure
Returns:
RestoreJobStatus Structure

Implements vmware::appliance::recovery::restore::Job.

vmware.appliance.recovery.restore.JobTypes.RestoreJobStatus vmware::appliance::recovery::restore::JobStub::Create ( vmware.appliance.recovery.restore.JobTypes.RestoreRequest  piece,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Initiate restore.

Exceptions:
vmware.vapi.std.errors.FeatureInUseA backup or restore is already in progress
vmware.vapi.std.errors.NotAllowedInCurrentStateRestore is allowed only after deployment and before firstboot
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
pieceRestoreRequest Structure
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
RestoreJobStatus Structure

Implements vmware::appliance::recovery::restore::Job.

global::System.Threading.Tasks.Task<vmware.appliance.recovery.restore.JobTypes.RestoreJobStatus> vmware::appliance::recovery::restore::JobStub::CreateAsync ( vmware.appliance.recovery.restore.JobTypes.RestoreRequest  piece,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Initiate restore.

Exceptions:
vmware.vapi.std.errors.FeatureInUseA backup or restore is already in progress
vmware.vapi.std.errors.NotAllowedInCurrentStateRestore is allowed only after deployment and before firstboot
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
pieceRestoreRequest Structure
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
RestoreJobStatus Structure

Implements vmware::appliance::recovery::restore::Job.

global::System.Threading.Tasks.Task<vmware.appliance.recovery.restore.JobTypes.RestoreJobStatus> vmware::appliance::recovery::restore::JobStub::CreateAsync ( vmware.appliance.recovery.restore.JobTypes.RestoreRequest  piece) [inline]

Initiate restore.

Exceptions:
vmware.vapi.std.errors.FeatureInUseA backup or restore is already in progress
vmware.vapi.std.errors.NotAllowedInCurrentStateRestore is allowed only after deployment and before firstboot
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
pieceRestoreRequest Structure
Returns:
RestoreJobStatus Structure

Implements vmware::appliance::recovery::restore::Job.

vmware.appliance.recovery.restore.JobTypes.RestoreJobStatus vmware::appliance::recovery::restore::JobStub::Get ( global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

See restore job progress/result.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
RestoreJobStatus Structure

Implements vmware::appliance::recovery::restore::Job.

vmware.appliance.recovery.restore.JobTypes.RestoreJobStatus vmware::appliance::recovery::restore::JobStub::Get ( ) [inline]

See restore job progress/result.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
RestoreJobStatus Structure

Implements vmware::appliance::recovery::restore::Job.

global::System.Threading.Tasks.Task<vmware.appliance.recovery.restore.JobTypes.RestoreJobStatus> vmware::appliance::recovery::restore::JobStub::GetAsync ( ) [inline]

See restore job progress/result.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
RestoreJobStatus Structure

Implements vmware::appliance::recovery::restore::Job.

global::System.Threading.Tasks.Task<vmware.appliance.recovery.restore.JobTypes.RestoreJobStatus> vmware::appliance::recovery::restore::JobStub::GetAsync ( global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

See restore job progress/result.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
RestoreJobStatus Structure

Implements vmware::appliance::recovery::restore::Job.


The documentation for this class was generated from the following file: