Class: Google::Apis::ContainerV1beta1::PodCidrOverprovisionConfig

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/container_v1beta1/classes.rb,
lib/google/apis/container_v1beta1/representations.rb,
lib/google/apis/container_v1beta1/representations.rb

Overview

[PRIVATE FIELD] Config for pod CIDR size overprovisioning.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ PodCidrOverprovisionConfig

Returns a new instance of PodCidrOverprovisionConfig.



5872
5873
5874
# File 'lib/google/apis/container_v1beta1/classes.rb', line 5872

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#disableBoolean Also known as: disable?

Whether Pod CIDR overprovisioning is disabled. Note: Pod CIDR overprovisioning is enabled by default. Corresponds to the JSON property disable

Returns:

  • (Boolean)


5869
5870
5871
# File 'lib/google/apis/container_v1beta1/classes.rb', line 5869

def disable
  @disable
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5877
5878
5879
# File 'lib/google/apis/container_v1beta1/classes.rb', line 5877

def update!(**args)
  @disable = args[:disable] if args.key?(:disable)
end