SyncTypes.Credentials
apiProvider, converter, ifaceId, retryPolicy, securityContext
_VAPI_SERVICE_ID
Constructor and Description |
---|
SyncStub(ApiProvider apiProvider,
StubConfigurationBase config) |
SyncStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
Modifier and Type | Method and Description |
---|---|
void |
reset(java.lang.String link)
Resets the sync state between the linked domains by initiating a fresh sync for
all providers.
|
void |
reset(java.lang.String link,
AsyncCallback<java.lang.Void> asyncCallback)
Resets the sync state between the linked domains by initiating a fresh sync for
all providers.
|
void |
reset(java.lang.String link,
AsyncCallback<java.lang.Void> asyncCallback,
InvocationConfig invocationConfig)
Resets the sync state between the linked domains by initiating a fresh sync for
all providers.
|
void |
reset(java.lang.String link,
InvocationConfig invocationConfig)
Resets the sync state between the linked domains by initiating a fresh sync for
all providers.
|
public SyncStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public SyncStub(ApiProvider apiProvider, StubConfigurationBase config)
public void reset(java.lang.String link)
Sync
Synchronous method overload. Result of the invocation will be reported as a method return value.
public void reset(java.lang.String link, InvocationConfig invocationConfig)
Sync
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig
to specify configuration for this particular invocation.
public void reset(java.lang.String link, AsyncCallback<java.lang.Void> asyncCallback)
Sync
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Operation Errors:
Error
- if the system reports an error while responding to the request.
NotFound
- if the link Identifier associated with link
does not exist.
Unauthorized
- if the user is not authorized to perform this operation.
public void reset(java.lang.String link, AsyncCallback<java.lang.Void> asyncCallback, InvocationConfig invocationConfig)
Sync
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Use invocationConfig
to specify configuration for this particular invocation.
Operation Errors:
Error
- if the system reports an error while responding to the request.
NotFound
- if the link Identifier associated with link
does not exist.
Unauthorized
- if the user is not authorized to perform this operation.
reset
in interface Sync
link
- Unique identifier of the link.
The parameter must be an identifier for the resource type: com.vmware.vcenter.hvc.Links
.asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.