View Source GoogleApi.Dataproc.V1.Model.EndpointConfig (google_api_dataproc v0.54.0)

Endpoint config for this cluster

Attributes

  • enableHttpPortAccess (type: boolean(), default: nil) - Optional. If true, enable http access to specific ports on the cluster from external sources. Defaults to false.
  • httpPorts (type: map(), default: nil) - Output only. The map of port descriptions to URLs. Will only be populated if enable_http_port_access is true.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataproc.V1.Model.EndpointConfig{
  enableHttpPortAccess: boolean() | nil,
  httpPorts: map() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.