SwapTypes.HealthLevel
apiProvider, converter, ifaceId, retryPolicy, securityContext
_VAPI_SERVICE_ID
Constructor and Description |
---|
SwapStub(ApiProvider apiProvider,
StubConfigurationBase config) |
SwapStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
Modifier and Type | Method and Description |
---|---|
SwapTypes.HealthLevel |
get()
Get swap health.
|
void |
get(AsyncCallback<SwapTypes.HealthLevel> asyncCallback)
Get swap health.
|
void |
get(AsyncCallback<SwapTypes.HealthLevel> asyncCallback,
InvocationConfig invocationConfig)
Get swap health.
|
SwapTypes.HealthLevel |
get(InvocationConfig invocationConfig)
Get swap health.
|
public SwapStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public SwapStub(ApiProvider apiProvider, StubConfigurationBase config)
public SwapTypes.HealthLevel get()
Swap
Synchronous method overload. Result of the invocation will be reported as a method return value.
public SwapTypes.HealthLevel get(InvocationConfig invocationConfig)
Swap
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 get(AsyncCallback<SwapTypes.HealthLevel> asyncCallback)
Swap
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
Swap health
Operation Errors:
Error
- Generic error
public void get(AsyncCallback<SwapTypes.HealthLevel> asyncCallback, InvocationConfig invocationConfig)
Swap
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Use invocationConfig
to specify configuration for this particular invocation.
Invocation Result:
Swap health
Operation Errors:
Error
- Generic error