Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
BackendServiceFailoverPolicy |
BackendServiceFailoverPolicy.clone() |
BackendServiceFailoverPolicy |
BackendService.getFailoverPolicy()
Applicable only to Failover for Internal TCP/UDP Load Balancing.
|
BackendServiceFailoverPolicy |
BackendServiceFailoverPolicy.set(String fieldName,
Object value) |
BackendServiceFailoverPolicy |
BackendServiceFailoverPolicy.setDisableConnectionDrainOnFailover(Boolean disableConnectionDrainOnFailover)
This can be set to true only if the protocol is TCP.
|
BackendServiceFailoverPolicy |
BackendServiceFailoverPolicy.setDropTrafficIfUnhealthy(Boolean dropTrafficIfUnhealthy)
Applicable only to Failover for Internal TCP/UDP Load Balancing.
|
BackendServiceFailoverPolicy |
BackendServiceFailoverPolicy.setFailoverRatio(Float failoverRatio)
Applicable only to Failover for Internal TCP/UDP Load Balancing.
|
Modifier and Type | Method and Description |
---|---|
BackendService |
BackendService.setFailoverPolicy(BackendServiceFailoverPolicy failoverPolicy)
Applicable only to Failover for Internal TCP/UDP Load Balancing.
|
Copyright © 2011–2020 Google. All rights reserved.