Class: Google::Cloud::Container::V1::ILBSubsettingConfig

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

Overview

ILBSubsettingConfig contains the desired config of L4 Internal LoadBalancer subsetting on this cluster.

Instance Attribute Summary collapse

Instance Attribute Details

#enabled::Boolean

Returns Enables l4 ILB subsetting for this cluster.

Returns:

  • (::Boolean)

    Enables l4 ILB subsetting for this cluster.



4694
4695
4696
4697
# File 'proto_docs/google/container/v1/cluster_service.rb', line 4694

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