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

#autoscalingGoogle::Container::V1::NodePoolAutoscaling

Returns Autoscaling configuration for the node pool.

Returns:



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

class SetNodePoolAutoscalingRequest; end

#cluster_idString

Returns The name of the cluster to upgrade.

Returns:

  • (String)

    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_idString

Returns The name of the node pool to upgrade.

Returns:

  • (String)

    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_idString

Returns The Google Developers Console project ID or project number.

Returns:



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

class SetNodePoolAutoscalingRequest; end

#zoneString

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.



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

class SetNodePoolAutoscalingRequest; end