VMware vSphere Automation SDK for .NET 7.0.0.1
|
Remote stub implementation of the Update API service. More...
Inherits vmware::appliance::Update.
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. |
Remote stub implementation of the Update API service.
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] |
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.
vmware.vapi.std.errors.Error | Generic error |
vmware.vapi.std.errors.NotAllowedInCurrentState | Current task is not cancellable |
vmware.vapi.std.errors.Unauthenticated | session is not authenticated |
vmware.vapi.std.errors.Unauthorized | session 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.
vmware.vapi.std.errors.Error | Generic error |
vmware.vapi.std.errors.NotAllowedInCurrentState | Current task is not cancellable |
vmware.vapi.std.errors.Unauthenticated | session is not authenticated |
vmware.vapi.std.errors.Unauthorized | session 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.
vmware.vapi.std.errors.Error | Generic error |
vmware.vapi.std.errors.NotAllowedInCurrentState | Current task is not cancellable |
vmware.vapi.std.errors.Unauthenticated | session is not authenticated |
vmware.vapi.std.errors.Unauthorized | session 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.
vmware.vapi.std.errors.Error | Generic error |
vmware.vapi.std.errors.NotAllowedInCurrentState | Current task is not cancellable |
vmware.vapi.std.errors.Unauthenticated | session is not authenticated |
vmware.vapi.std.errors.Unauthorized | session 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.
vmware.vapi.std.errors.Error | Generic error |
vmware.vapi.std.errors.Unauthenticated | session is not authenticated |
vmware.vapi.std.errors.Unauthorized | session is not authorized to perform this operation |
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.
vmware.vapi.std.errors.Error | Generic error |
vmware.vapi.std.errors.Unauthenticated | session is not authenticated |
vmware.vapi.std.errors.Unauthorized | session is not authorized to perform this operation |
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.
vmware.vapi.std.errors.Error | Generic error |
vmware.vapi.std.errors.Unauthenticated | session is not authenticated |
vmware.vapi.std.errors.Unauthorized | session is not authorized to perform this operation |
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.
vmware.vapi.std.errors.Error | Generic error |
vmware.vapi.std.errors.Unauthenticated | session is not authenticated |
vmware.vapi.std.errors.Unauthorized | session is not authorized to perform this operation |
Implements vmware::appliance::Update.