public static class ConnectionDraining.Builder extends Object
Modifier and Type | Method and Description |
---|---|
ConnectionDraining |
build() |
ConnectionDraining.Builder |
clone() |
Integer |
getDrainingTimeoutSec()
Time for which instance will be drained (not accept new connections, but still work to finish
started).
|
ConnectionDraining.Builder |
mergeFrom(ConnectionDraining other) |
ConnectionDraining.Builder |
setDrainingTimeoutSec(Integer drainingTimeoutSec)
Time for which instance will be drained (not accept new connections, but still work to finish
started).
|
public ConnectionDraining.Builder mergeFrom(ConnectionDraining other)
public Integer getDrainingTimeoutSec()
public ConnectionDraining.Builder setDrainingTimeoutSec(Integer drainingTimeoutSec)
public ConnectionDraining build()
public ConnectionDraining.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.