Cloud Dataproc V1 API - Class Google::Cloud::Dataproc::V1::GkeNodePoolConfig (v0.15.0)

Reference documentation and code samples for the Cloud Dataproc V1 API class Google::Cloud::Dataproc::V1::GkeNodePoolConfig.

The configuration of a GKE NodePool used by a Dataproc-on-GKE cluster.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#autoscaling

def autoscaling() -> ::Google::Cloud::Dataproc::V1::GkeNodePoolConfig::GkeNodePoolAutoscalingConfig
Returns

#autoscaling=

def autoscaling=(value) -> ::Google::Cloud::Dataproc::V1::GkeNodePoolConfig::GkeNodePoolAutoscalingConfig
Parameter
Returns

#config

def config() -> ::Google::Cloud::Dataproc::V1::GkeNodePoolConfig::GkeNodeConfig
Returns

#config=

def config=(value) -> ::Google::Cloud::Dataproc::V1::GkeNodePoolConfig::GkeNodeConfig
Parameter
Returns

#locations

def locations() -> ::Array<::String>
Returns
  • (::Array<::String>) — Optional. The list of Compute Engine zones where NodePool's nodes will be located.

    Note: Currently, only one zone may be specified.

    If a location is not specified during NodePool creation, Dataproc will choose a location.

#locations=

def locations=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Optional. The list of Compute Engine zones where NodePool's nodes will be located.

    Note: Currently, only one zone may be specified.

    If a location is not specified during NodePool creation, Dataproc will choose a location.

Returns
  • (::Array<::String>) — Optional. The list of Compute Engine zones where NodePool's nodes will be located.

    Note: Currently, only one zone may be specified.

    If a location is not specified during NodePool creation, Dataproc will choose a location.