Class: Google::Cloud::Dataproc::V1beta2::EndpointConfig

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/clusters.rb

Overview

Endpoint config for this cluster

Instance Attribute Summary collapse

Instance Attribute Details

#enable_http_port_accesstrue, false

Returns Optional. If true, enable http access to specific ports on the cluster from external sources. Defaults to false.

Returns:

  • (true, false)

    Optional. If true, enable http access to specific ports on the cluster from external sources. Defaults to false.



133
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/clusters.rb', line 133

class EndpointConfig; end

#http_portsHash{String => String}

Returns Output only. The map of port descriptions to URLs. Will only be populated if enable_http_port_access is true.

Returns:

  • (Hash{String => String})

    Output only. The map of port descriptions to URLs. Will only be populated if enable_http_port_access is true.



133
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/clusters.rb', line 133

class EndpointConfig; end