Class: Google::Cloud::Container::V1beta1::AgentSandboxConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1beta1::AgentSandboxConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1beta1/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.
2278 2279 2280 2281 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 2278 class AgentSandboxConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |