public class HealthStub extends com.vmware.vapi.internal.bindings.Stub implements Health
Health
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
HealthStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
HealthStub(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 |
|---|---|
OidcEndPointHealthStatus |
get(java.lang.String id)
Connect to the OpenID Connect end-point and verify that it appears to be
functioning properly.
|
void |
get(java.lang.String id,
com.vmware.vapi.bindings.client.AsyncCallback<OidcEndPointHealthStatus> asyncCallback)
Connect to the OpenID Connect end-point and verify that it appears to be
functioning properly.
|
void |
get(java.lang.String id,
com.vmware.vapi.bindings.client.AsyncCallback<OidcEndPointHealthStatus> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Connect to the OpenID Connect end-point and verify that it appears to be
functioning properly.
|
OidcEndPointHealthStatus |
get(java.lang.String id,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Connect to the OpenID Connect end-point and verify that it appears to be
functioning properly.
|
public HealthStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public HealthStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public OidcEndPointHealthStatus get(java.lang.String id)
HealthSynchronous method overload. Result of the invocation will be reported as a method return value.
public OidcEndPointHealthStatus get(java.lang.String id, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
HealthSynchronous 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(java.lang.String id,
com.vmware.vapi.bindings.client.AsyncCallback<OidcEndPointHealthStatus> asyncCallback)
HealthAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.OidcEndPointHealthStatus
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void get(java.lang.String id,
com.vmware.vapi.bindings.client.AsyncCallback<OidcEndPointHealthStatus> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
HealthAsynchronous 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.OidcEndPointHealthStatus
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found