Class: Google::Cloud::Dataproc::V1beta2::EndpointConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1beta2::EndpointConfig
- Defined in:
- lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/clusters.rb
Overview
Endpoint config for this cluster
Instance Attribute Summary collapse
-
#enable_http_port_access ⇒ true, false
Optional.
-
#http_ports ⇒ Hash{String => String}
Output only.
Instance Attribute Details
#enable_http_port_access ⇒ true, false
Returns 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_ports ⇒ Hash{String => String}
Returns 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 |