Class: Google::Container::V1::SetNodePoolAutoscalingRequest
- Inherits:
-
Object
- Object
- Google::Container::V1::SetNodePoolAutoscalingRequest
- Defined in:
- lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb
Overview
SetNodePoolAutoscalingRequest sets the autoscaler settings of a node pool.
Instance Attribute Summary collapse
-
#autoscaling ⇒ Google::Container::V1::NodePoolAutoscaling
Autoscaling configuration for the node pool.
-
#cluster_id ⇒ String
The name of the cluster to upgrade.
-
#node_pool_id ⇒ String
The name of the node pool to upgrade.
-
#project_id ⇒ String
The Google Developers Console project ID or project number.
-
#zone ⇒ String
The name of the Google Compute Engine zone in which the cluster resides.
Instance Attribute Details
#autoscaling ⇒ Google::Container::V1::NodePoolAutoscaling
Returns Autoscaling configuration for the node pool.
815 |
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 815 class SetNodePoolAutoscalingRequest; end |
#cluster_id ⇒ String
Returns The name of the cluster to upgrade.
815 |
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 815 class SetNodePoolAutoscalingRequest; end |
#node_pool_id ⇒ String
Returns The name of the node pool to upgrade.
815 |
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 815 class SetNodePoolAutoscalingRequest; end |
#project_id ⇒ String
Returns The Google Developers Console project ID or project number.
815 |
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 815 class SetNodePoolAutoscalingRequest; end |
#zone ⇒ String
Returns The name of the Google Compute Engine zone in which the cluster resides.
815 |
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 815 class SetNodePoolAutoscalingRequest; end |