public class CurrentStub extends com.vmware.vapi.internal.bindings.Stub implements Current
Current
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
CurrentStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
CurrentStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config) |
| Modifier and Type | Method and Description |
|---|---|
CurrentRealizationStateBarrier |
get()
Returns the current global realization barrier number for NSX.
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<CurrentRealizationStateBarrier> asyncCallback)
Returns the current global realization barrier number for NSX.
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<CurrentRealizationStateBarrier> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the current global realization barrier number for NSX.
|
CurrentRealizationStateBarrier |
get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the current global realization barrier number for NSX.
|
CurrentRealizationStateBarrier |
increment()
Increment the current barrier number by 1 for NSX.
|
void |
increment(com.vmware.vapi.bindings.client.AsyncCallback<CurrentRealizationStateBarrier> asyncCallback)
Increment the current barrier number by 1 for NSX.
|
void |
increment(com.vmware.vapi.bindings.client.AsyncCallback<CurrentRealizationStateBarrier> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Increment the current barrier number by 1 for NSX.
|
CurrentRealizationStateBarrier |
increment(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Increment the current barrier number by 1 for NSX.
|
public CurrentStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public CurrentStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public CurrentRealizationStateBarrier get()
CurrentSynchronous method overload. Result of the invocation will be reported as a method return value.
public CurrentRealizationStateBarrier get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
CurrentSynchronous 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 get(com.vmware.vapi.bindings.client.AsyncCallback<CurrentRealizationStateBarrier> asyncCallback)
CurrentAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.CurrentRealizationStateBarrier
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void get(com.vmware.vapi.bindings.client.AsyncCallback<CurrentRealizationStateBarrier> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
CurrentAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.nsx.model.CurrentRealizationStateBarrier
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public CurrentRealizationStateBarrier increment()
CurrentSynchronous method overload. Result of the invocation will be reported as a method return value.
public CurrentRealizationStateBarrier increment(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
CurrentSynchronous 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 increment(com.vmware.vapi.bindings.client.AsyncCallback<CurrentRealizationStateBarrier> asyncCallback)
CurrentAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.CurrentRealizationStateBarrier
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void increment(com.vmware.vapi.bindings.client.AsyncCallback<CurrentRealizationStateBarrier> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
CurrentAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.nsx.model.CurrentRealizationStateBarrier
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found