SwapTypes.HealthLevelapiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
SwapStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
SwapStub(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 |
|---|---|
SwapTypes.HealthLevel |
get()
Get swap health.
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<SwapTypes.HealthLevel> asyncCallback)
Get swap health.
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<SwapTypes.HealthLevel> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get swap health.
|
SwapTypes.HealthLevel |
get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get swap health.
|
public SwapStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public SwapStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public SwapTypes.HealthLevel get()
SwapSynchronous method overload. Result of the invocation will be reported as a method return value.
public SwapTypes.HealthLevel get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
SwapSynchronous 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<SwapTypes.HealthLevel> asyncCallback)
SwapAsynchronous 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(com.vmware.vapi.bindings.client.AsyncCallback<SwapTypes.HealthLevel> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
SwapAsynchronous 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