Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
Duration |
Duration.Builder.build() |
Duration |
OutlierDetection.getBaseEjectionTime()
The base time that a host is ejected for.
|
Duration |
OutlierDetection.Builder.getBaseEjectionTime()
The base time that a host is ejected for.
|
static Duration |
Duration.getDefaultInstance() |
Duration |
HttpFaultDelay.getFixedDelay()
Specifies the value of the fixed delay interval.
|
Duration |
HttpFaultDelay.Builder.getFixedDelay()
Specifies the value of the fixed delay interval.
|
Duration |
OutlierDetection.getInterval()
Time interval between ejection sweep analysis.
|
Duration |
OutlierDetection.Builder.getInterval()
Time interval between ejection sweep analysis.
|
Duration |
HttpRetryPolicy.getPerTryTimeout()
Specifies a non-zero timeout per retry attempt.
|
Duration |
HttpRetryPolicy.Builder.getPerTryTimeout()
Specifies a non-zero timeout per retry attempt.
|
Duration |
HttpRouteAction.getTimeout()
Specifies the timeout for the selected route.
|
Duration |
HttpRouteAction.Builder.getTimeout()
Specifies the timeout for the selected route.
|
Duration |
ConsistentHashLoadBalancerSettingsHttpCookie.getTtl()
Lifetime of the cookie.
|
Duration |
ConsistentHashLoadBalancerSettingsHttpCookie.Builder.getTtl()
Lifetime of the cookie.
|
Modifier and Type | Method and Description |
---|---|
Duration.Builder |
Duration.Builder.mergeFrom(Duration other) |
static Duration.Builder |
Duration.newBuilder(Duration prototype) |
OutlierDetection.Builder |
OutlierDetection.Builder.setBaseEjectionTime(Duration baseEjectionTime)
The base time that a host is ejected for.
|
HttpFaultDelay.Builder |
HttpFaultDelay.Builder.setFixedDelay(Duration fixedDelay)
Specifies the value of the fixed delay interval.
|
OutlierDetection.Builder |
OutlierDetection.Builder.setInterval(Duration interval)
Time interval between ejection sweep analysis.
|
HttpRetryPolicy.Builder |
HttpRetryPolicy.Builder.setPerTryTimeout(Duration perTryTimeout)
Specifies a non-zero timeout per retry attempt.
|
HttpRouteAction.Builder |
HttpRouteAction.Builder.setTimeout(Duration timeout)
Specifies the timeout for the selected route.
|
ConsistentHashLoadBalancerSettingsHttpCookie.Builder |
ConsistentHashLoadBalancerSettingsHttpCookie.Builder.setTtl(Duration ttl)
Lifetime of the cookie.
|
Copyright © 2019 Google LLC. All rights reserved.