VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::hvc::links::SyncStub Class Reference

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

Inherits vmware::vcenter::hvc::links::Sync.

List of all members.

Public Member Functions

 SyncStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config)
 SyncStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config)
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

Remote stub implementation of the Sync API service.


Constructor & Destructor Documentation

vmware::vcenter::hvc::links::SyncStub::SyncStub ( vmware.vapi.core.IApiProvider  iApiProvider,
vmware.vapi.bindings.TypeConverter  typeConverter,
vmware.vapi.bindings.IStubConfiguration  config 
) [inline]
vmware::vcenter::hvc::links::SyncStub::SyncStub ( vmware.vapi.core.IApiProvider  iApiProvider,
vmware.vapi.bindings.IStubConfiguration  config 
) [inline]

Member Function Documentation

void vmware::vcenter::hvc::links::SyncStub::Reset ( string  link) [inline]

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 .

Implements vmware::vcenter::hvc::links::Sync.

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

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

Implements vmware::vcenter::hvc::links::Sync.

global::System.Threading.Tasks.Task vmware::vcenter::hvc::links::SyncStub::ResetAsync ( string  link) [inline]

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 .

Implements vmware::vcenter::hvc::links::Sync.

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

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

Implements vmware::vcenter::hvc::links::Sync.


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