Class: Google::Apis::GkeonpremV1::BareMetalControlPlaneNodePoolConfig
- Inherits:
-
Object
- Object
- Google::Apis::GkeonpremV1::BareMetalControlPlaneNodePoolConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/gkeonprem_v1/classes.rb,
lib/google/apis/gkeonprem_v1/representations.rb,
lib/google/apis/gkeonprem_v1/representations.rb
Overview
Specifies the control plane node pool configuration.
Instance Attribute Summary collapse
-
#node_pool_config ⇒ Google::Apis::GkeonpremV1::BareMetalNodePoolConfig
BareMetalNodePoolConfig describes the configuration of all nodes within a given bare metal node pool.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BareMetalControlPlaneNodePoolConfig
constructor
A new instance of BareMetalControlPlaneNodePoolConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BareMetalControlPlaneNodePoolConfig
Returns a new instance of BareMetalControlPlaneNodePoolConfig.
1372 1373 1374 |
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 1372 def initialize(**args) update!(**args) end |
Instance Attribute Details
#node_pool_config ⇒ Google::Apis::GkeonpremV1::BareMetalNodePoolConfig
BareMetalNodePoolConfig describes the configuration of all nodes within a
given bare metal node pool.
Corresponds to the JSON property nodePoolConfig
1370 1371 1372 |
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 1370 def node_pool_config @node_pool_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1377 1378 1379 |
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 1377 def update!(**args) @node_pool_config = args[:node_pool_config] if args.key?(:node_pool_config) end |