VMware vSphere Automation SDK for .NET 7.0.0.1
|
The Sync
interface provides methods to create a sync session, get information on Sync.
More...
Inherited by vmware::vcenter::hvc::links::SyncStub.
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. |
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.
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.
vmware.vapi.std.errors.Error | if the system reports an error while responding to the request. |
vmware.vapi.std.errors.NotFound | if the link Identifier associated with link does not exist. |
vmware.vapi.std.errors.Unauthorized | if the user is not authorized to perform this operation. |
link | Unique 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.
vmware.vapi.std.errors.Error | if the system reports an error while responding to the request. |
vmware.vapi.std.errors.NotFound | if the link Identifier associated with link does not exist. |
vmware.vapi.std.errors.Unauthorized | if the user is not authorized to perform this operation. |
link | Unique identifier of the link. The parameter must be an identifier for the resource type: com.vmware.vcenter.hvc.Links . |
_progress | Progress notification call back |
_invocationConfig | Configuration 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.
vmware.vapi.std.errors.Error | if the system reports an error while responding to the request. |
vmware.vapi.std.errors.NotFound | if the link Identifier associated with link does not exist. |
vmware.vapi.std.errors.Unauthorized | if the user is not authorized to perform this operation. |
link | Unique 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.
vmware.vapi.std.errors.Error | if the system reports an error while responding to the request. |
vmware.vapi.std.errors.NotFound | if the link Identifier associated with link does not exist. |
vmware.vapi.std.errors.Unauthorized | if the user is not authorized to perform this operation. |
link | Unique identifier of the link. The parameter must be an identifier for the resource type: com.vmware.vcenter.hvc.Links . |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::vcenter::hvc::links::SyncStub.