VMware vCloud Suite SDK for .NET 6.0.0
vmware::vapi::vcenter::Activation Interface Reference

The VMODL2 for the activation functionality. More...

Inherited by vmware::vapi::vcenter::ActivationStub.

List of all members.

Public Member Functions

void Cancel (string activationId)
 Sends a request to cancel the task associated with the provided activationId.
void Cancel (string activationId, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Sends a request to cancel the task associated with the provided activationId.
global::System.Threading.Tasks.Task CancelAsync (string activationId)
 Sends a request to cancel the task associated with the provided activationId.
global::System.Threading.Tasks.Task CancelAsync (string activationId, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Sends a request to cancel the task associated with the provided activationId.

Detailed Description

The VMODL2 for the activation functionality.


Member Function Documentation

void vmware::vapi::vcenter::Activation::Cancel ( string  activationId)

Sends a request to cancel the task associated with the provided activationId.

Exceptions:
vmware.vapi.std.errors.NotFoundif a VC task with the given activationId was not found.
vmware.vapi.std.errors.NotAllowedInCurrentStateif the VC task associated with the given activationId is not cancelable.
vmware.vapi.std.errors.Unauthorizedif the user is not authorized to cancel the task.
vmware.vapi.std.errors.Unauthenticatedif the user is not authenticated.
Parameters:
activationIdthe activationId associated with a VC task that will be canceled. The parameter must be an identifier for the resource type: com.vmware.Activation .

Implemented in vmware::vapi::vcenter::ActivationStub.

void vmware::vapi::vcenter::Activation::Cancel ( string  activationId,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
)

Sends a request to cancel the task associated with the provided activationId.

Exceptions:
vmware.vapi.std.errors.NotFoundif a VC task with the given activationId was not found.
vmware.vapi.std.errors.NotAllowedInCurrentStateif the VC task associated with the given activationId is not cancelable.
vmware.vapi.std.errors.Unauthorizedif the user is not authorized to cancel the task.
vmware.vapi.std.errors.Unauthenticatedif the user is not authenticated.
Parameters:
activationIdthe activationId associated with a VC task that will be canceled. The parameter must be an identifier for the resource type: com.vmware.Activation .
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation

Implemented in vmware::vapi::vcenter::ActivationStub.

global::System.Threading.Tasks.Task vmware::vapi::vcenter::Activation::CancelAsync ( string  activationId)

Sends a request to cancel the task associated with the provided activationId.

Exceptions:
vmware.vapi.std.errors.NotFoundif a VC task with the given activationId was not found.
vmware.vapi.std.errors.NotAllowedInCurrentStateif the VC task associated with the given activationId is not cancelable.
vmware.vapi.std.errors.Unauthorizedif the user is not authorized to cancel the task.
vmware.vapi.std.errors.Unauthenticatedif the user is not authenticated.
Parameters:
activationIdthe activationId associated with a VC task that will be canceled. The parameter must be an identifier for the resource type: com.vmware.Activation .

Implemented in vmware::vapi::vcenter::ActivationStub.

global::System.Threading.Tasks.Task vmware::vapi::vcenter::Activation::CancelAsync ( string  activationId,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
)

Sends a request to cancel the task associated with the provided activationId.

Exceptions:
vmware.vapi.std.errors.NotFoundif a VC task with the given activationId was not found.
vmware.vapi.std.errors.NotAllowedInCurrentStateif the VC task associated with the given activationId is not cancelable.
vmware.vapi.std.errors.Unauthorizedif the user is not authorized to cancel the task.
vmware.vapi.std.errors.Unauthenticatedif the user is not authenticated.
Parameters:
activationIdthe activationId associated with a VC task that will be canceled. The parameter must be an identifier for the resource type: com.vmware.Activation .
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation

Implemented in vmware::vapi::vcenter::ActivationStub.


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