Package com.pulumi.gcp.dataproc.outputs
Class ClusterClusterConfigEndpointConfig
- java.lang.Object
-
- com.pulumi.gcp.dataproc.outputs.ClusterClusterConfigEndpointConfig
-
public final class ClusterClusterConfigEndpointConfig extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ClusterClusterConfigEndpointConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ClusterClusterConfigEndpointConfig.Builder
builder()
static ClusterClusterConfigEndpointConfig.Builder
builder(ClusterClusterConfigEndpointConfig defaults)
java.lang.Boolean
enableHttpPortAccess()
java.util.Map<java.lang.String,java.lang.Object>
httpPorts()
-
-
-
Method Detail
-
enableHttpPortAccess
public java.lang.Boolean enableHttpPortAccess()
- Returns:
- The flag to enable http access to specific ports on the cluster from external sources (aka Component Gateway). Defaults to false.
-
httpPorts
public java.util.Map<java.lang.String,java.lang.Object> httpPorts()
-
builder
public static ClusterClusterConfigEndpointConfig.Builder builder()
-
builder
public static ClusterClusterConfigEndpointConfig.Builder builder(ClusterClusterConfigEndpointConfig defaults)
-
-