Class: Google::Cloud::Compute::V1::BackendServiceFailoverPolicy

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

For load balancers that have configurable failover: Internal passthrough Network Load Balancers and external passthrough Network Load Balancers. On failover or failback, this field indicates whether connection draining will be honored. Google Cloud has a fixed connection draining timeout of 10 minutes. A setting of true terminates existing TCP connections to the active pool during failover and failback, immediately draining traffic. A setting of false allows existing TCP connections to persist, even on VMs no longer in the active pool, for up to the duration of the connection draining timeout (10 minutes).

Instance Attribute Summary collapse

Instance Attribute Details

#disable_connection_drain_on_failover::Boolean



3860
3861
3862
3863
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 3860

class BackendServiceFailoverPolicy
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#drop_traffic_if_unhealthy::Boolean



3860
3861
3862
3863
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 3860

class BackendServiceFailoverPolicy
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#failover_ratio::Float



3860
3861
3862
3863
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 3860

class BackendServiceFailoverPolicy
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end