Show / Hide Table of Contents

Class ClusterClusterConfigEndpointConfigGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterClusterConfigEndpointConfigGetArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ClusterClusterConfigEndpointConfigGetArgs : ResourceArgs

Constructors

View Source

ClusterClusterConfigEndpointConfigGetArgs()

Declaration
public ClusterClusterConfigEndpointConfigGetArgs()

Properties

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 Input<bool> EnableHttpPortAccess { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

HttpPorts

Declaration
public InputMap<object> HttpPorts { get; set; }
Property Value
Type Description
InputMap<System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.