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

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

Inherits vmware::appliance::recovery::backup::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.backup.JobTypes.ReturnResult Cancel (string id)
 Cancel the backup job.
vmware.appliance.recovery.backup.JobTypes.ReturnResult Cancel (string id, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Cancel the backup job.
global::System.Threading.Tasks.Task
< vmware.appliance.recovery.backup.JobTypes.ReturnResult
CancelAsync (string id)
 Cancel the backup job.
global::System.Threading.Tasks.Task
< vmware.appliance.recovery.backup.JobTypes.ReturnResult
CancelAsync (string id, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Cancel the backup job.
vmware.appliance.recovery.backup.JobTypes.BackupJobStatus Create (vmware.appliance.recovery.backup.JobTypes.BackupRequest piece)
 Initiate backup.
vmware.appliance.recovery.backup.JobTypes.BackupJobStatus Create (vmware.appliance.recovery.backup.JobTypes.BackupRequest piece, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Initiate backup.
global::System.Threading.Tasks.Task
< vmware.appliance.recovery.backup.JobTypes.BackupJobStatus
CreateAsync (vmware.appliance.recovery.backup.JobTypes.BackupRequest piece)
 Initiate backup.
global::System.Threading.Tasks.Task
< vmware.appliance.recovery.backup.JobTypes.BackupJobStatus
CreateAsync (vmware.appliance.recovery.backup.JobTypes.BackupRequest piece, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Initiate backup.
global::System.Collections.Generic.List
< string > 
List ()
 Get list of backup jobs.
global::System.Collections.Generic.List
< string > 
List (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Get list of backup jobs.
global::System.Threading.Tasks.Task
< global::System.Collections.Generic.List
< string > > 
ListAsync ()
 Get list of backup jobs.
global::System.Threading.Tasks.Task
< global::System.Collections.Generic.List
< string > > 
ListAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Get list of backup jobs.
vmware.appliance.recovery.backup.JobTypes.BackupJobStatus Get (string id)
 See backup job progress/result.
vmware.appliance.recovery.backup.JobTypes.BackupJobStatus Get (string id, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 See backup job progress/result.
global::System.Threading.Tasks.Task
< vmware.appliance.recovery.backup.JobTypes.BackupJobStatus
GetAsync (string id)
 See backup job progress/result.
global::System.Threading.Tasks.Task
< vmware.appliance.recovery.backup.JobTypes.BackupJobStatus
GetAsync (string id, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 See backup job progress/result.

Detailed Description

Remote stub implementation of the Job API service.


Constructor & Destructor Documentation

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

Member Function Documentation

vmware.appliance.recovery.backup.JobTypes.ReturnResult vmware::appliance::recovery::backup::JobStub::Cancel ( string  id) [inline]

Cancel the backup job.

Exceptions:
vmware.vapi.std.errors.NotFoundif backup associated with id does not exist.
vmware.vapi.std.errors.Errorif any error occurs during the execution of the operation.
Parameters:
idID (ID of job) The parameter must be an identifier for the resource type: com.vmware.appliance.recovery.backup.job .
Returns:
BackupJobStatus Structure

Implements vmware::appliance::recovery::backup::Job.

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

Cancel the backup job.

Exceptions:
vmware.vapi.std.errors.NotFoundif backup associated with id does not exist.
vmware.vapi.std.errors.Errorif any error occurs during the execution of the operation.
Parameters:
idID (ID of job) The parameter must be an identifier for the resource type: com.vmware.appliance.recovery.backup.job .
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
BackupJobStatus Structure

Implements vmware::appliance::recovery::backup::Job.

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

Cancel the backup job.

Exceptions:
vmware.vapi.std.errors.NotFoundif backup associated with id does not exist.
vmware.vapi.std.errors.Errorif any error occurs during the execution of the operation.
Parameters:
idID (ID of job) The parameter must be an identifier for the resource type: com.vmware.appliance.recovery.backup.job .
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
BackupJobStatus Structure

Implements vmware::appliance::recovery::backup::Job.

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

Cancel the backup job.

Exceptions:
vmware.vapi.std.errors.NotFoundif backup associated with id does not exist.
vmware.vapi.std.errors.Errorif any error occurs during the execution of the operation.
Parameters:
idID (ID of job) The parameter must be an identifier for the resource type: com.vmware.appliance.recovery.backup.job .
Returns:
BackupJobStatus Structure

Implements vmware::appliance::recovery::backup::Job.

vmware.appliance.recovery.backup.JobTypes.BackupJobStatus vmware::appliance::recovery::backup::JobStub::Create ( vmware.appliance.recovery.backup.JobTypes.BackupRequest  piece) [inline]

Initiate backup.

Exceptions:
vmware.vapi.std.errors.FeatureInUseA backup or restore is already in progress.
vmware.vapi.std.errors.Errorif any error occurs during the execution of the operation.
Parameters:
pieceBackupRequest Structure
Returns:
BackupJobStatus Structure

Implements vmware::appliance::recovery::backup::Job.

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

Initiate backup.

Exceptions:
vmware.vapi.std.errors.FeatureInUseA backup or restore is already in progress.
vmware.vapi.std.errors.Errorif any error occurs during the execution of the operation.
Parameters:
pieceBackupRequest Structure
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
BackupJobStatus Structure

Implements vmware::appliance::recovery::backup::Job.

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

Initiate backup.

Exceptions:
vmware.vapi.std.errors.FeatureInUseA backup or restore is already in progress.
vmware.vapi.std.errors.Errorif any error occurs during the execution of the operation.
Parameters:
pieceBackupRequest Structure
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
BackupJobStatus Structure

Implements vmware::appliance::recovery::backup::Job.

global::System.Threading.Tasks.Task<vmware.appliance.recovery.backup.JobTypes.BackupJobStatus> vmware::appliance::recovery::backup::JobStub::CreateAsync ( vmware.appliance.recovery.backup.JobTypes.BackupRequest  piece) [inline]

Initiate backup.

Exceptions:
vmware.vapi.std.errors.FeatureInUseA backup or restore is already in progress.
vmware.vapi.std.errors.Errorif any error occurs during the execution of the operation.
Parameters:
pieceBackupRequest Structure
Returns:
BackupJobStatus Structure

Implements vmware::appliance::recovery::backup::Job.

vmware.appliance.recovery.backup.JobTypes.BackupJobStatus vmware::appliance::recovery::backup::JobStub::Get ( string  id) [inline]

See backup job progress/result.

Exceptions:
vmware.vapi.std.errors.NotFoundif backup associated with id does not exist.
vmware.vapi.std.errors.Errorif any error occurs during the execution of the operation.
Parameters:
idID (ID of job) The parameter must be an identifier for the resource type: com.vmware.appliance.recovery.backup.job .
Returns:
BackupJobStatus Structure

Implements vmware::appliance::recovery::backup::Job.

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

See backup job progress/result.

Exceptions:
vmware.vapi.std.errors.NotFoundif backup associated with id does not exist.
vmware.vapi.std.errors.Errorif any error occurs during the execution of the operation.
Parameters:
idID (ID of job) The parameter must be an identifier for the resource type: com.vmware.appliance.recovery.backup.job .
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
BackupJobStatus Structure

Implements vmware::appliance::recovery::backup::Job.

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

See backup job progress/result.

Exceptions:
vmware.vapi.std.errors.NotFoundif backup associated with id does not exist.
vmware.vapi.std.errors.Errorif any error occurs during the execution of the operation.
Parameters:
idID (ID of job) The parameter must be an identifier for the resource type: com.vmware.appliance.recovery.backup.job .
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
BackupJobStatus Structure

Implements vmware::appliance::recovery::backup::Job.

global::System.Threading.Tasks.Task<vmware.appliance.recovery.backup.JobTypes.BackupJobStatus> vmware::appliance::recovery::backup::JobStub::GetAsync ( string  id) [inline]

See backup job progress/result.

Exceptions:
vmware.vapi.std.errors.NotFoundif backup associated with id does not exist.
vmware.vapi.std.errors.Errorif any error occurs during the execution of the operation.
Parameters:
idID (ID of job) The parameter must be an identifier for the resource type: com.vmware.appliance.recovery.backup.job .
Returns:
BackupJobStatus Structure

Implements vmware::appliance::recovery::backup::Job.

global::System.Collections.Generic.List<string> vmware::appliance::recovery::backup::JobStub::List ( ) [inline]

Get list of backup jobs.

Exceptions:
vmware.vapi.std.errors.Errorif any error occurs during the execution of the operation.
Returns:
list of BackupJob IDs The result will contain identifiers for the resource type: com.vmware.appliance.recovery.backup.job .

Implements vmware::appliance::recovery::backup::Job.

global::System.Collections.Generic.List<string> vmware::appliance::recovery::backup::JobStub::List ( global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Get list of backup jobs.

Exceptions:
vmware.vapi.std.errors.Errorif any error occurs during the execution of the operation.
Returns:
list of BackupJob IDs The result will contain identifiers for the resource type: com.vmware.appliance.recovery.backup.job .

Implements vmware::appliance::recovery::backup::Job.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<string> > vmware::appliance::recovery::backup::JobStub::ListAsync ( ) [inline]

Get list of backup jobs.

Exceptions:
vmware.vapi.std.errors.Errorif any error occurs during the execution of the operation.
Returns:
list of BackupJob IDs The result will contain identifiers for the resource type: com.vmware.appliance.recovery.backup.job .

Implements vmware::appliance::recovery::backup::Job.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<string> > vmware::appliance::recovery::backup::JobStub::ListAsync ( global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Get list of backup jobs.

Exceptions:
vmware.vapi.std.errors.Errorif any error occurs during the execution of the operation.
Returns:
list of BackupJob IDs The result will contain identifiers for the resource type: com.vmware.appliance.recovery.backup.job .

Implements vmware::appliance::recovery::backup::Job.


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