public abstract class HttpHealthCheckCreationOptions extends Object
Modifier and Type | Class and Description |
---|---|
static class |
HttpHealthCheckCreationOptions.Builder |
Modifier and Type | Method and Description |
---|---|
abstract Integer |
checkIntervalSec() |
abstract String |
description() |
abstract Integer |
healthyThreshold() |
abstract String |
host() |
abstract Integer |
port() |
abstract String |
requestPath() |
abstract Integer |
timeoutSec() |
abstract Integer |
unhealthyThreshold() |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.