Show / Hide Table of Contents

Class ClusterClusterConfigEndpointConfig

Inheritance
System.Object
ClusterClusterConfigEndpointConfig
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Dataproc.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ClusterClusterConfigEndpointConfig

Fields

View Source

EnableHttpPortAccess

The flag to enable http access to specific ports on the cluster from external sources (aka Component Gateway). Defaults to false.

Declaration
public readonly bool EnableHttpPortAccess
Field Value
Type Description
System.Boolean
View Source

HttpPorts

Declaration
public readonly ImmutableDictionary<string, object> HttpPorts
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.