LoadTypes.HealthLevel
apiProvider, converter, ifaceId, retryPolicy, securityContext
_VAPI_SERVICE_ID
Constructor and Description |
---|
LoadStub(ApiProvider apiProvider,
StubConfigurationBase config) |
LoadStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
Modifier and Type | Method and Description |
---|---|
LoadTypes.HealthLevel |
get()
Get load health.
|
void |
get(AsyncCallback<LoadTypes.HealthLevel> asyncCallback)
Get load health.
|
void |
get(AsyncCallback<LoadTypes.HealthLevel> asyncCallback,
InvocationConfig invocationConfig)
Get load health.
|
LoadTypes.HealthLevel |
get(InvocationConfig invocationConfig)
Get load health.
|
public LoadStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public LoadStub(ApiProvider apiProvider, 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(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(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(AsyncCallback<LoadTypes.HealthLevel> asyncCallback, 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