Class: Google::Apis::ContainerV1beta1::DnsCacheConfig
- Inherits:
-
Object
- Object
- Google::Apis::ContainerV1beta1::DnsCacheConfig
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- 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.
Constructor Details
#initialize(**args) ⇒ DnsCacheConfig
Returns a new instance of DnsCacheConfig.
1517 1518 1519 |
# File 'generated/google/apis/container_v1beta1/classes.rb', line 1517 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
1514 1515 1516 |
# File 'generated/google/apis/container_v1beta1/classes.rb', line 1514 def enabled @enabled end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1522 1523 1524 |
# File 'generated/google/apis/container_v1beta1/classes.rb', line 1522 def update!(**args) @enabled = args[:enabled] if args.key?(:enabled) end |