Class: Google::Cloud::Container::V1beta1::FastSocket
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1beta1::FastSocket
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1beta1/cluster_service.rb
Overview
Configuration of Fast Socket feature.
Instance Attribute Summary collapse
-
#enabled ⇒ ::Boolean
Whether Fast Socket features are enabled in the node pool.
Instance Attribute Details
#enabled ⇒ ::Boolean
Returns Whether Fast Socket features are enabled in the node pool.
4796 4797 4798 4799 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 4796 class FastSocket include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |