VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::vcha::Operations Interface Reference

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.

List of all members.

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.

Detailed Description

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.


Member Function Documentation

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.

Exceptions:
vmware.vapi.std.errors.UnauthorizedIf the user has insufficient privilege to perform the operation. Operation execution requires the System.Read privilege.
vmware.vapi.std.errors.ErrorIf any other error occurs.
Returns:
Info structure containing the current running and disabled operations of a VCHA cluster.

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.

Exceptions:
vmware.vapi.std.errors.UnauthorizedIf the user has insufficient privilege to perform the operation. Operation execution requires the System.Read privilege.
vmware.vapi.std.errors.ErrorIf any other error occurs.
Returns:
Info structure containing the current running and disabled operations of a VCHA cluster.

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.

Exceptions:
vmware.vapi.std.errors.UnauthorizedIf the user has insufficient privilege to perform the operation. Operation execution requires the System.Read privilege.
vmware.vapi.std.errors.ErrorIf any other error occurs.
Returns:
Info structure containing the current running and disabled operations of a VCHA cluster.

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.

Exceptions:
vmware.vapi.std.errors.UnauthorizedIf the user has insufficient privilege to perform the operation. Operation execution requires the System.Read privilege.
vmware.vapi.std.errors.ErrorIf any other error occurs.
Returns:
Info structure containing the current running and disabled operations of a VCHA cluster.

Implemented in vmware::vcenter::vcha::OperationsStub.


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