VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::hvc::links::Sync Interface Reference

The Sync interface provides methods to create a sync session, get information on Sync. More...

Inherited by vmware::vcenter::hvc::links::SyncStub.

List of all members.

Public Member Functions

void Reset (string link)
 Resets the sync state between the linked domains by initiating a fresh sync for all providers.
void Reset (string link, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Resets the sync state between the linked domains by initiating a fresh sync for all providers.
global::System.Threading.Tasks.Task ResetAsync (string link)
 Resets the sync state between the linked domains by initiating a fresh sync for all providers.
global::System.Threading.Tasks.Task ResetAsync (string link, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Resets the sync state between the linked domains by initiating a fresh sync for all providers.

Detailed Description

The Sync interface provides methods to create a sync session, get information on Sync.

Usage beyond VMware Cloud on AWS is not supported. Warning: This interface is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.


Member Function Documentation

void vmware::vcenter::hvc::links::Sync::Reset ( string  link)

Resets the sync state between the linked domains by initiating a fresh sync for all providers.

If an existing sync is in progress this cancels the sync. Usage beyond VMware Cloud on AWS is not supported. Warning: This method is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.

Exceptions:
vmware.vapi.std.errors.Errorif the system reports an error while responding to the request.
vmware.vapi.std.errors.NotFoundif the link Identifier associated with link does not exist.
vmware.vapi.std.errors.Unauthorizedif the user is not authorized to perform this operation.
Parameters:
linkUnique identifier of the link. The parameter must be an identifier for the resource type: com.vmware.vcenter.hvc.Links .

Implemented in vmware::vcenter::hvc::links::SyncStub.

void vmware::vcenter::hvc::links::Sync::Reset ( string  link,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
)

Resets the sync state between the linked domains by initiating a fresh sync for all providers.

If an existing sync is in progress this cancels the sync. Usage beyond VMware Cloud on AWS is not supported. Warning: This method is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.

Exceptions:
vmware.vapi.std.errors.Errorif the system reports an error while responding to the request.
vmware.vapi.std.errors.NotFoundif the link Identifier associated with link does not exist.
vmware.vapi.std.errors.Unauthorizedif the user is not authorized to perform this operation.
Parameters:
linkUnique identifier of the link. The parameter must be an identifier for the resource type: com.vmware.vcenter.hvc.Links .
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation

Implemented in vmware::vcenter::hvc::links::SyncStub.

global::System.Threading.Tasks.Task vmware::vcenter::hvc::links::Sync::ResetAsync ( string  link)

Resets the sync state between the linked domains by initiating a fresh sync for all providers.

If an existing sync is in progress this cancels the sync. Usage beyond VMware Cloud on AWS is not supported. Warning: This method is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.

Exceptions:
vmware.vapi.std.errors.Errorif the system reports an error while responding to the request.
vmware.vapi.std.errors.NotFoundif the link Identifier associated with link does not exist.
vmware.vapi.std.errors.Unauthorizedif the user is not authorized to perform this operation.
Parameters:
linkUnique identifier of the link. The parameter must be an identifier for the resource type: com.vmware.vcenter.hvc.Links .

Implemented in vmware::vcenter::hvc::links::SyncStub.

global::System.Threading.Tasks.Task vmware::vcenter::hvc::links::Sync::ResetAsync ( string  link,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
)

Resets the sync state between the linked domains by initiating a fresh sync for all providers.

If an existing sync is in progress this cancels the sync. Usage beyond VMware Cloud on AWS is not supported. Warning: This method is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.

Exceptions:
vmware.vapi.std.errors.Errorif the system reports an error while responding to the request.
vmware.vapi.std.errors.NotFoundif the link Identifier associated with link does not exist.
vmware.vapi.std.errors.Unauthorizedif the user is not authorized to perform this operation.
Parameters:
linkUnique identifier of the link. The parameter must be an identifier for the resource type: com.vmware.vcenter.hvc.Links .
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation

Implemented in vmware::vcenter::hvc::links::SyncStub.


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