CheckOptions |
ServiceOptions.getCheckOptions() |
Get check options of service
|
CheckOptions |
CheckOptions.setDeregisterAfter(String deregisterAfter) |
Set deregister timeout.
|
CheckOptions |
CheckOptions.setGrpc(String grpc) |
|
CheckOptions |
CheckOptions.setGrpcTls(boolean grpcTls) |
Specifies whether to use TLS for this gRPC health check.
|
CheckOptions |
CheckOptions.setHeaders(Map<String,List<String>> header) |
Set headers to check
|
CheckOptions |
CheckOptions.setHttp(String http) |
Set HTTP address to check.
|
CheckOptions |
CheckOptions.setId(String id) |
Set check ID
|
CheckOptions |
CheckOptions.setInterval(String interval) |
Set checking interval
|
CheckOptions |
CheckOptions.setName(String name) |
Set check name.
|
CheckOptions |
CheckOptions.setNotes(String notes) |
Set check notes
|
CheckOptions |
CheckOptions.setScriptArgs(List<String> scriptArgs) |
Set scriptArgs.
|
CheckOptions |
CheckOptions.setServiceId(String serviceId) |
Set the service ID to associate the registered check with an existing service provided by the agent.
|
CheckOptions |
CheckOptions.setStatus(CheckStatus status) |
Set the check status to specify the initial state of the health check.
|
CheckOptions |
CheckOptions.setTcp(String tcp) |
Set TCP address to check.
|
CheckOptions |
CheckOptions.setTlsSkipVerify(boolean tlsSkipVerify) |
Specifies if the certificate for an HTTPS check should not be verified.
|
CheckOptions |
CheckOptions.setTtl(String ttl) |
Set Time to Live of check.
|