|
VMware vSphere Automation SDK for .NET 7.0.0.1
|
Remote stub implementation of the Sync API service. More...
Inherits vmware::vcenter::hvc::links::Sync.
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. | |
Remote stub implementation of the Sync API service.
| 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] |
| 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.
| 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 . |
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.
| 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 |
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.
| 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 . |
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.
| 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 |
Implements vmware::vcenter::hvc::links::Sync.