Package com.pulumi.gcp.dataproc.outputs
Class ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTarget
- java.lang.Object
-
- com.pulumi.gcp.dataproc.outputs.ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTarget
-
public final class ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTarget extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTarget.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTarget.Builder
builder()
static ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTarget.Builder
builder(ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTarget defaults)
java.lang.String
nodePool()
java.util.Optional<ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTargetNodePoolConfig>
nodePoolConfig()
java.util.List<java.lang.String>
roles()
-
-
-
Method Detail
-
nodePool
public java.lang.String nodePool()
- Returns:
- The target GKE node pool.
-
nodePoolConfig
public java.util.Optional<ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTargetNodePoolConfig> nodePoolConfig()
- Returns:
- The configuration for the GKE node pool. If specified, Dataproc attempts to create a node pool with the specified shape. If one with the same name already exists, it is verified against all specified fields. If a field differs, the virtual cluster creation will fail.
-
roles
public java.util.List<java.lang.String> roles()
- Returns:
- The roles associated with the GKE node pool. One of `"DEFAULT"`, `"CONTROLLER"`, `"SPARK_DRIVER"` or `"SPARK_EXECUTOR"`.
-
builder
public static ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTarget.Builder builder()
-
builder
public static ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTarget.Builder builder(ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTarget defaults)
-
-