VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::vcha::OperationsStub Class Reference

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

Inherits vmware::vcenter::vcha::Operations.

List of all members.

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.

Detailed Description

Remote stub implementation of the Operations API service.


Constructor & Destructor Documentation

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]

Member Function Documentation

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.

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.

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.

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.

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.

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.

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.

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.

Implements vmware::vcenter::vcha::Operations.


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