Google Cloud Dataproc v1 API - Class EndpointConfig (5.10.0)

public sealed class EndpointConfig : IMessage<EndpointConfig>, IEquatable<EndpointConfig>, IDeepCloneable<EndpointConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dataproc v1 API class EndpointConfig.

Endpoint config for this cluster

Inheritance

object > EndpointConfig

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

EndpointConfig()

public EndpointConfig()

EndpointConfig(EndpointConfig)

public EndpointConfig(EndpointConfig other)
Parameter
NameDescription
otherEndpointConfig

Properties

EnableHttpPortAccess

public bool EnableHttpPortAccess { get; set; }

Optional. If true, enable http access to specific ports on the cluster from external sources. Defaults to false.

Property Value
TypeDescription
bool

HttpPorts

public MapField<string, string> HttpPorts { get; }

Output only. The map of port descriptions to URLs. Will only be populated if enable_http_port_access is true.

Property Value
TypeDescription
MapFieldstringstring