VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::appliance::UpdateStub Class Reference

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

Inherits vmware::appliance::Update.

List of all members.

Public Member Functions

 UpdateStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config)
 UpdateStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config)
vmware.appliance.UpdateTypes.Info Get ()
 Gets the current status of the appliance update.
vmware.appliance.UpdateTypes.Info Get (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Gets the current status of the appliance update.
global::System.Threading.Tasks.Task
< vmware.appliance.UpdateTypes.Info
GetAsync ()
 Gets the current status of the appliance update.
global::System.Threading.Tasks.Task
< vmware.appliance.UpdateTypes.Info
GetAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Gets the current status of the appliance update.
void Cancel ()
 Request the cancellation the update operation that is currently in progress.
void Cancel (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Request the cancellation the update operation that is currently in progress.
global::System.Threading.Tasks.Task CancelAsync ()
 Request the cancellation the update operation that is currently in progress.
global::System.Threading.Tasks.Task CancelAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Request the cancellation the update operation that is currently in progress.

Detailed Description

Remote stub implementation of the Update API service.


Constructor & Destructor Documentation

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

Member Function Documentation

void vmware::appliance::UpdateStub::Cancel ( ) [inline]

Request the cancellation the update operation that is currently in progress.

This method was added in vSphere API 6.7.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
vmware.vapi.std.errors.NotAllowedInCurrentStateCurrent task is not cancellable
vmware.vapi.std.errors.Unauthenticatedsession is not authenticated
vmware.vapi.std.errors.Unauthorizedsession is not authorized to perform this operation

Implements vmware::appliance::Update.

void vmware::appliance::UpdateStub::Cancel ( global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Request the cancellation the update operation that is currently in progress.

This method was added in vSphere API 6.7.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
vmware.vapi.std.errors.NotAllowedInCurrentStateCurrent task is not cancellable
vmware.vapi.std.errors.Unauthenticatedsession is not authenticated
vmware.vapi.std.errors.Unauthorizedsession is not authorized to perform this operation

Implements vmware::appliance::Update.

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

Request the cancellation the update operation that is currently in progress.

This method was added in vSphere API 6.7.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
vmware.vapi.std.errors.NotAllowedInCurrentStateCurrent task is not cancellable
vmware.vapi.std.errors.Unauthenticatedsession is not authenticated
vmware.vapi.std.errors.Unauthorizedsession is not authorized to perform this operation

Implements vmware::appliance::Update.

global::System.Threading.Tasks.Task vmware::appliance::UpdateStub::CancelAsync ( ) [inline]

Request the cancellation the update operation that is currently in progress.

This method was added in vSphere API 6.7.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
vmware.vapi.std.errors.NotAllowedInCurrentStateCurrent task is not cancellable
vmware.vapi.std.errors.Unauthenticatedsession is not authenticated
vmware.vapi.std.errors.Unauthorizedsession is not authorized to perform this operation

Implements vmware::appliance::Update.

vmware.appliance.UpdateTypes.Info vmware::appliance::UpdateStub::Get ( global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Gets the current status of the appliance update.

This method was added in vSphere API 6.7.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
vmware.vapi.std.errors.Unauthenticatedsession is not authenticated
vmware.vapi.std.errors.Unauthorizedsession is not authorized to perform this operation
Returns:
Info structure containing the status information about the appliance.

Implements vmware::appliance::Update.

vmware.appliance.UpdateTypes.Info vmware::appliance::UpdateStub::Get ( ) [inline]

Gets the current status of the appliance update.

This method was added in vSphere API 6.7.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
vmware.vapi.std.errors.Unauthenticatedsession is not authenticated
vmware.vapi.std.errors.Unauthorizedsession is not authorized to perform this operation
Returns:
Info structure containing the status information about the appliance.

Implements vmware::appliance::Update.

global::System.Threading.Tasks.Task<vmware.appliance.UpdateTypes.Info> vmware::appliance::UpdateStub::GetAsync ( ) [inline]

Gets the current status of the appliance update.

This method was added in vSphere API 6.7.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
vmware.vapi.std.errors.Unauthenticatedsession is not authenticated
vmware.vapi.std.errors.Unauthorizedsession is not authorized to perform this operation
Returns:
Info structure containing the status information about the appliance.

Implements vmware::appliance::Update.

global::System.Threading.Tasks.Task<vmware.appliance.UpdateTypes.Info> vmware::appliance::UpdateStub::GetAsync ( global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Gets the current status of the appliance update.

This method was added in vSphere API 6.7.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
vmware.vapi.std.errors.Unauthenticatedsession is not authenticated
vmware.vapi.std.errors.Unauthorizedsession is not authorized to perform this operation
Returns:
Info structure containing the status information about the appliance.

Implements vmware::appliance::Update.


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