Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
Duration |
Duration.clone() |
Duration |
OutlierDetection.getBaseEjectionTime()
The base time that a host is ejected for.
|
Duration |
CircuitBreakers.getConnectTimeout()
The timeout for new network connections to hosts.
|
Duration |
HttpFaultDelay.getFixedDelay()
Specifies the value of the fixed delay interval.
|
Duration |
OutlierDetection.getInterval()
Time interval between ejection analysis sweeps.
|
Duration |
HttpRetryPolicy.getPerTryTimeout()
Specifies a non-zero timeout per retry attempt.
|
Duration |
NotificationEndpointGrpcSettings.getResendInterval()
Optional.
|
Duration |
HttpRouteAction.getTimeout()
Specifies the timeout for the selected route.
|
Duration |
ConsistentHashLoadBalancerSettingsHttpCookie.getTtl()
Lifetime of the cookie.
|
Duration |
Duration.set(String fieldName,
Object value) |
Duration |
Duration.setNanos(Integer nanos)
Span of time that's a fraction of a second at nanosecond resolution.
|
Duration |
Duration.setSeconds(Long seconds)
Span of time at a resolution of a second.
|
Modifier and Type | Method and Description |
---|---|
OutlierDetection |
OutlierDetection.setBaseEjectionTime(Duration baseEjectionTime)
The base time that a host is ejected for.
|
CircuitBreakers |
CircuitBreakers.setConnectTimeout(Duration connectTimeout)
The timeout for new network connections to hosts.
|
HttpFaultDelay |
HttpFaultDelay.setFixedDelay(Duration fixedDelay)
Specifies the value of the fixed delay interval.
|
OutlierDetection |
OutlierDetection.setInterval(Duration interval)
Time interval between ejection analysis sweeps.
|
HttpRetryPolicy |
HttpRetryPolicy.setPerTryTimeout(Duration perTryTimeout)
Specifies a non-zero timeout per retry attempt.
|
NotificationEndpointGrpcSettings |
NotificationEndpointGrpcSettings.setResendInterval(Duration resendInterval)
Optional.
|
HttpRouteAction |
HttpRouteAction.setTimeout(Duration timeout)
Specifies the timeout for the selected route.
|
ConsistentHashLoadBalancerSettingsHttpCookie |
ConsistentHashLoadBalancerSettingsHttpCookie.setTtl(Duration ttl)
Lifetime of the cookie.
|
Copyright © 2011–2020 Google. All rights reserved.