Reference documentation and code samples for the Cloud Dataproc V1 API class Google::Cloud::Dataproc::V1::GkeNodePoolConfig.
The configuration of a GKE node pool 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
- (::Google::Cloud::Dataproc::V1::GkeNodePoolConfig::GkeNodePoolAutoscalingConfig) — Optional. The autoscaler configuration for this node pool. The autoscaler is enabled only when a valid configuration is present.
#autoscaling=
def autoscaling=(value) -> ::Google::Cloud::Dataproc::V1::GkeNodePoolConfig::GkeNodePoolAutoscalingConfig
- value (::Google::Cloud::Dataproc::V1::GkeNodePoolConfig::GkeNodePoolAutoscalingConfig) — Optional. The autoscaler configuration for this node pool. The autoscaler is enabled only when a valid configuration is present.
- (::Google::Cloud::Dataproc::V1::GkeNodePoolConfig::GkeNodePoolAutoscalingConfig) — Optional. The autoscaler configuration for this node pool. The autoscaler is enabled only when a valid configuration is present.
#config
def config() -> ::Google::Cloud::Dataproc::V1::GkeNodePoolConfig::GkeNodeConfig
- (::Google::Cloud::Dataproc::V1::GkeNodePoolConfig::GkeNodeConfig) — Optional. The node pool configuration.
#config=
def config=(value) -> ::Google::Cloud::Dataproc::V1::GkeNodePoolConfig::GkeNodeConfig
- value (::Google::Cloud::Dataproc::V1::GkeNodePoolConfig::GkeNodeConfig) — Optional. The node pool configuration.
- (::Google::Cloud::Dataproc::V1::GkeNodePoolConfig::GkeNodeConfig) — Optional. The node pool configuration.
#locations
def locations() -> ::Array<::String>
-
(::Array<::String>) — Optional. The list of Compute Engine
zones where
node pool nodes associated with a Dataproc on GKE virtual cluster
will be located.
Note: All node pools associated with a virtual cluster must be located in the same region as the virtual cluster, and they must be located in the same zone within that region.
If a location is not specified during node pool creation, Dataproc on GKE will choose the zone.
#locations=
def locations=(value) -> ::Array<::String>
-
value (::Array<::String>) — Optional. The list of Compute Engine
zones where
node pool nodes associated with a Dataproc on GKE virtual cluster
will be located.
Note: All node pools associated with a virtual cluster must be located in the same region as the virtual cluster, and they must be located in the same zone within that region.
If a location is not specified during node pool creation, Dataproc on GKE will choose the zone.
-
(::Array<::String>) — Optional. The list of Compute Engine
zones where
node pool nodes associated with a Dataproc on GKE virtual cluster
will be located.
Note: All node pools associated with a virtual cluster must be located in the same region as the virtual cluster, and they must be located in the same zone within that region.
If a location is not specified during node pool creation, Dataproc on GKE will choose the zone.