VMware vSphere Automation SDK for .NET 7.0.0.1
|
The Operations
interface provides methods to figure out the currently active operations and currently disabled operations in a vCenter High Availability (VCHA) cluster.
More...
Inherited by vmware::vcenter::vcha::OperationsStub.
Public Member Functions | |
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. |
The Operations
interface provides methods to figure out the currently active operations and currently disabled operations in a vCenter High Availability (VCHA) cluster.
This interface was added in vSphere API 6.7.1.
vmware.vcenter.vcha.OperationsTypes.Info vmware::vcenter::vcha::Operations::Get | ( | ) |
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. |
Implemented in vmware::vcenter::vcha::OperationsStub.
vmware.vcenter.vcha.OperationsTypes.Info vmware::vcenter::vcha::Operations::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.
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. |
Implemented in vmware::vcenter::vcha::OperationsStub.
global::System.Threading.Tasks.Task<vmware.vcenter.vcha.OperationsTypes.Info> vmware::vcenter::vcha::Operations::GetAsync | ( | ) |
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. |
Implemented in vmware::vcenter::vcha::OperationsStub.
global::System.Threading.Tasks.Task<vmware.vcenter.vcha.OperationsTypes.Info> vmware::vcenter::vcha::Operations::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.
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. |
Implemented in vmware::vcenter::vcha::OperationsStub.