Show / Hide Table of Contents

Class EndpointConfig

Endpoint config for this cluster

Inheritance
object
EndpointConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX