Class: Google::Cloud::Container::V1::FastSocket

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

Overview

Configuration of Fast Socket feature.

Instance Attribute Summary collapse

Instance Attribute Details

#enabled::Boolean

Returns Whether Fast Socket features are enabled in the node pool.

Returns:

  • (::Boolean)

    Whether Fast Socket features are enabled in the node pool.



4822
4823
4824
4825
# File 'proto_docs/google/container/v1/cluster_service.rb', line 4822

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