Class Google::Cloud::Dataproc::V1::EndpointConfig (v0.8.0)

Endpoint config for this cluster

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#enable_http_port_access

def enable_http_port_access() -> ::Boolean
Returns
  • (::Boolean) — Optional. If true, enable http access to specific ports on the cluster from external sources. Defaults to false.

#enable_http_port_access=

def enable_http_port_access=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Optional. If true, enable http access to specific ports on the cluster from external sources. Defaults to false.
Returns
  • (::Boolean) — Optional. If true, enable http access to specific ports on the cluster from external sources. Defaults to false.

#http_ports

def http_ports() -> ::Google::Protobuf::Map{::String => ::String}
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Output only. The map of port descriptions to URLs. Will only be populated if enable_http_port_access is true.