LoadTypes.HealthLevel
apiProvider, converter, ifaceId, retryPolicy, securityContext
_VAPI_SERVICE_ID
Constructor and Description |
---|
LoadStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
LoadStub(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 |
---|---|
LoadTypes.HealthLevel |
get()
Get load health.
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<LoadTypes.HealthLevel> asyncCallback)
Get load health.
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<LoadTypes.HealthLevel> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get load health.
|
LoadTypes.HealthLevel |
get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get load health.
|
public LoadStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, com.vmware.vapi.bindings.StubConfigurationBase config)
public LoadStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.bindings.StubConfigurationBase config)
public LoadTypes.HealthLevel get()
Load
Synchronous method overload. Result of the invocation will be reported as a method return value.
public LoadTypes.HealthLevel get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Load
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(com.vmware.vapi.bindings.client.AsyncCallback<LoadTypes.HealthLevel> asyncCallback)
Load
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
Load health.
Operation Errors:
Error
- Generic error
public void get(com.vmware.vapi.bindings.client.AsyncCallback<LoadTypes.HealthLevel> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Load
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:
Load health.
Operation Errors:
Error
- Generic error