Class: Google::Cloud::Container::V1::AgentSandboxConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::AgentSandboxConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1/cluster_service.rb
Overview
Configuration for the AgentSandbox addon.
Instance Attribute Summary collapse
-
#enabled ⇒ ::Boolean
Optional.
Instance Attribute Details
#enabled ⇒ ::Boolean
Returns Optional. Whether AgentSandbox is enabled for this cluster.
2211 2212 2213 2214 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 2211 class AgentSandboxConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |