Class EndpointConfig
Endpoint config for this cluster
Implements
Inherited Members
Namespace: Google.Apis.Dataproc.v1.Data
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class EndpointConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EnableHttpPortAccess
Optional. If true, enable http access to specific ports on the cluster from external sources. Defaults to false.
Declaration
[JsonProperty("enableHttpPortAccess")]
public virtual bool? EnableHttpPortAccess { get; set; }
Property Value
Type | Description |
---|---|
bool? |
HttpPorts
Output only. The map of port descriptions to URLs. Will only be populated if enable_http_port_access is true.
Declaration
[JsonProperty("httpPorts")]
public virtual IDictionary<string, string> HttpPorts { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |