VMware vSphere Automation SDK for .NET 7.0.0.1
|
Remote stub implementation of the Operations API service. More...
Inherits vmware::vcenter::vcha::Operations.
Public Member Functions | |
OperationsStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config) | |
OperationsStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config) | |
vmware.vcenter.vcha.OperationsTypes.Info | Get () |
Retrieves the current active and disabled operations of a VCHA cluster. | |
vmware.vcenter.vcha.OperationsTypes.Info | Get (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Retrieves the current active and disabled operations of a VCHA cluster. | |
global::System.Threading.Tasks.Task < vmware.vcenter.vcha.OperationsTypes.Info > | GetAsync () |
Retrieves the current active and disabled operations of a VCHA cluster. | |
global::System.Threading.Tasks.Task < vmware.vcenter.vcha.OperationsTypes.Info > | GetAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Retrieves the current active and disabled operations of a VCHA cluster. |
Remote stub implementation of the Operations API service.
vmware::vcenter::vcha::OperationsStub::OperationsStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
vmware.vapi.bindings.TypeConverter | typeConverter, | ||
vmware.vapi.bindings.IStubConfiguration | config | ||
) | [inline] |
vmware::vcenter::vcha::OperationsStub::OperationsStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
vmware.vapi.bindings.IStubConfiguration | config | ||
) | [inline] |
vmware.vcenter.vcha.OperationsTypes.Info vmware::vcenter::vcha::OperationsStub::Get | ( | ) | [inline] |
Retrieves the current active and disabled operations of a VCHA cluster.
This method was added in vSphere API 6.7.1.
vmware.vapi.std.errors.Unauthorized | If the user has insufficient privilege to perform the operation. Operation execution requires the System.Read privilege. |
vmware.vapi.std.errors.Error | If any other error occurs. |
Implements vmware::vcenter::vcha::Operations.
vmware.vcenter.vcha.OperationsTypes.Info vmware::vcenter::vcha::OperationsStub::Get | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Retrieves the current active and disabled operations of a VCHA cluster.
This method was added in vSphere API 6.7.1.
vmware.vapi.std.errors.Unauthorized | If the user has insufficient privilege to perform the operation. Operation execution requires the System.Read privilege. |
vmware.vapi.std.errors.Error | If any other error occurs. |
Implements vmware::vcenter::vcha::Operations.
global::System.Threading.Tasks.Task<vmware.vcenter.vcha.OperationsTypes.Info> vmware::vcenter::vcha::OperationsStub::GetAsync | ( | ) | [inline] |
Retrieves the current active and disabled operations of a VCHA cluster.
This method was added in vSphere API 6.7.1.
vmware.vapi.std.errors.Unauthorized | If the user has insufficient privilege to perform the operation. Operation execution requires the System.Read privilege. |
vmware.vapi.std.errors.Error | If any other error occurs. |
Implements vmware::vcenter::vcha::Operations.
global::System.Threading.Tasks.Task<vmware.vcenter.vcha.OperationsTypes.Info> vmware::vcenter::vcha::OperationsStub::GetAsync | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Retrieves the current active and disabled operations of a VCHA cluster.
This method was added in vSphere API 6.7.1.
vmware.vapi.std.errors.Unauthorized | If the user has insufficient privilege to perform the operation. Operation execution requires the System.Read privilege. |
vmware.vapi.std.errors.Error | If any other error occurs. |
Implements vmware::vcenter::vcha::Operations.