Class: Google::Apis::ContainerV1::PodCidrOverprovisionConfig
- Inherits:
-
Object
- Object
- Google::Apis::ContainerV1::PodCidrOverprovisionConfig
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/container_v1/classes.rb,
lib/google/apis/container_v1/representations.rb,
lib/google/apis/container_v1/representations.rb
Overview
[PRIVATE FIELD] Config for pod CIDR size overprovisioning.
Instance Attribute Summary collapse
-
#disable ⇒ Boolean
(also: #disable?)
Whether Pod CIDR overprovisioning is disabled.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PodCidrOverprovisionConfig
constructor
A new instance of PodCidrOverprovisionConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ PodCidrOverprovisionConfig
Returns a new instance of PodCidrOverprovisionConfig.
5632 5633 5634 |
# File 'lib/google/apis/container_v1/classes.rb', line 5632 def initialize(**args) update!(**args) end |
Instance Attribute Details
#disable ⇒ Boolean Also known as: disable?
Whether Pod CIDR overprovisioning is disabled. Note: Pod CIDR overprovisioning
is enabled by default.
Corresponds to the JSON property disable
5629 5630 5631 |
# File 'lib/google/apis/container_v1/classes.rb', line 5629 def disable @disable end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5637 5638 5639 |
# File 'lib/google/apis/container_v1/classes.rb', line 5637 def update!(**args) @disable = args[:disable] if args.key?(:disable) end |