Cloud Dataproc V1beta2 API - Class Google::Cloud::Dataproc::V1beta2::EndpointConfig (v0.6.3)

Reference documentation and code samples for the Cloud Dataproc V1beta2 API class Google::Cloud::Dataproc::V1beta2::EndpointConfig.

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.