Class: Google::Apis::ContainerV1beta1::DesiredAdditionalIpRangesConfig
- Inherits:
-
Object
- Object
- Google::Apis::ContainerV1beta1::DesiredAdditionalIpRangesConfig
- 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
DesiredAdditionalIPRangesConfig is a wrapper used for cluster update operation and contains multiple AdditionalIPRangesConfigs.
Instance Attribute Summary collapse
-
#additional_ip_ranges_configs ⇒ Array<Google::Apis::ContainerV1beta1::AdditionalIpRangesConfig>
List of additional IP ranges configs where each AdditionalIPRangesConfig corresponds to one subnetwork's IP ranges Corresponds to the JSON property
additionalIpRangesConfigs.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DesiredAdditionalIpRangesConfig
constructor
A new instance of DesiredAdditionalIpRangesConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DesiredAdditionalIpRangesConfig
Returns a new instance of DesiredAdditionalIpRangesConfig.
3384 3385 3386 |
# File 'lib/google/apis/container_v1beta1/classes.rb', line 3384 def initialize(**args) update!(**args) end |
Instance Attribute Details
#additional_ip_ranges_configs ⇒ Array<Google::Apis::ContainerV1beta1::AdditionalIpRangesConfig>
List of additional IP ranges configs where each AdditionalIPRangesConfig
corresponds to one subnetwork's IP ranges
Corresponds to the JSON property additionalIpRangesConfigs
3382 3383 3384 |
# File 'lib/google/apis/container_v1beta1/classes.rb', line 3382 def additional_ip_ranges_configs @additional_ip_ranges_configs end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3389 3390 3391 |
# File 'lib/google/apis/container_v1beta1/classes.rb', line 3389 def update!(**args) @additional_ip_ranges_configs = args[:additional_ip_ranges_configs] if args.key?(:additional_ip_ranges_configs) end |