Class: Google::Apis::ContainerV1::NodePoolDefaults
- Inherits:
-
Object
- Object
- Google::Apis::ContainerV1::NodePoolDefaults
- 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
Subset of Nodepool message that has defaults.
Instance Attribute Summary collapse
-
#node_config_defaults ⇒ Google::Apis::ContainerV1::NodeConfigDefaults
Subset of NodeConfig message that has defaults.
Instance Method Summary collapse
-
#initialize(**args) ⇒ NodePoolDefaults
constructor
A new instance of NodePoolDefaults.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ NodePoolDefaults
Returns a new instance of NodePoolDefaults.
5238 5239 5240 |
# File 'lib/google/apis/container_v1/classes.rb', line 5238 def initialize(**args) update!(**args) end |
Instance Attribute Details
#node_config_defaults ⇒ Google::Apis::ContainerV1::NodeConfigDefaults
Subset of NodeConfig message that has defaults.
Corresponds to the JSON property nodeConfigDefaults
5236 5237 5238 |
# File 'lib/google/apis/container_v1/classes.rb', line 5236 def node_config_defaults @node_config_defaults end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5243 5244 5245 |
# File 'lib/google/apis/container_v1/classes.rb', line 5243 def update!(**args) @node_config_defaults = args[:node_config_defaults] if args.key?(:node_config_defaults) end |