Class: Google::Apis::ContainerV1beta1::DnsCacheConfig
- Inherits:
-
Object
- Object
- Google::Apis::ContainerV1beta1::DnsCacheConfig
- Defined in:
- generated/google/apis/container_v1beta1/classes.rb,
generated/google/apis/container_v1beta1/representations.rb,
generated/google/apis/container_v1beta1/representations.rb
Overview
Configuration for NodeLocal DNSCache
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
(also: #enabled?)
Whether NodeLocal DNSCache is enabled for this cluster.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DnsCacheConfig
constructor
A new instance of DnsCacheConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ DnsCacheConfig
Returns a new instance of DnsCacheConfig.
1436 1437 1438 |
# File 'generated/google/apis/container_v1beta1/classes.rb', line 1436 def initialize(**args) update!(**args) end |
Instance Attribute Details
#enabled ⇒ Boolean Also known as: enabled?
Whether NodeLocal DNSCache is enabled for this cluster.
Corresponds to the JSON property enabled
1433 1434 1435 |
# File 'generated/google/apis/container_v1beta1/classes.rb', line 1433 def enabled @enabled end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1441 1442 1443 |
# File 'generated/google/apis/container_v1beta1/classes.rb', line 1441 def update!(**args) @enabled = args[:enabled] if args.key?(:enabled) end |