Class: Google::Container::V1::SetNodePoolAutoscalingRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#autoscaling ⇒ Google::Container::V1::NodePoolAutoscaling

Returns Autoscaling configuration for the node pool.

Returns:



826
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 826

class SetNodePoolAutoscalingRequest; end

#cluster_id ⇒ String

Returns The name of the cluster to upgrade.

Returns:

  • (String) —

    The name of the cluster to upgrade.



826
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 826

class SetNodePoolAutoscalingRequest; end

#node_pool_id ⇒ String

Returns The name of the node pool to upgrade.

Returns:

  • (String) —

    The name of the node pool to upgrade.



826
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 826

class SetNodePoolAutoscalingRequest; end

#project_id ⇒ String

Returns The Google Developers Console project ID or project number.

Returns:



826
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 826

class SetNodePoolAutoscalingRequest; end

#zone ⇒ String

Returns The name of the Google Compute Engine zone in which the cluster resides.

Returns:

  • (String) —

    The name of the Google Compute Engine zone in which the cluster resides.



826
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 826

class SetNodePoolAutoscalingRequest; end