Class: Google::Cloud::Container::V1::DnsCacheConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::DnsCacheConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1/cluster_service.rb
Overview
Configuration for NodeLocal DNSCache
Instance Attribute Summary collapse
-
#enabled ⇒ ::Boolean
Whether NodeLocal DNSCache is enabled for this cluster.
Instance Attribute Details
#enabled ⇒ ::Boolean
Returns Whether NodeLocal DNSCache is enabled for this cluster.
914 915 916 917 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 914 class DnsCacheConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |