public sealed class EndpointConfig : IMessage<EndpointConfig>, IEquatable<EndpointConfig>, IDeepCloneable<EndpointConfig>, IBufferMessage, IMessage
Endpoint config for this cluster
Implements
IMessage<EndpointConfig>, IEquatable<EndpointConfig>, IDeepCloneable<EndpointConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
EndpointConfig()
public EndpointConfig()
EndpointConfig(EndpointConfig)
public EndpointConfig(EndpointConfig other)
Parameter | |
---|---|
Name | Description |
other | EndpointConfig |
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 | |
---|---|
Type | Description |
Boolean |
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 | |
---|---|
Type | Description |
MapField<String, String> |