Class: Google::Cloud::Dataproc::V1beta2::EndpointConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1beta2::EndpointConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataproc/v1beta2/clusters.rb
Overview
Endpoint config for this cluster
Defined Under Namespace
Classes: HttpPortsEntry
Instance Attribute Summary collapse
-
#enable_http_port_access ⇒ ::Boolean
Optional.
-
#http_ports ⇒ ::Google::Protobuf::Map{::String => ::String}
readonly
Output only.
Instance Attribute Details
#enable_http_port_access ⇒ ::Boolean
Returns Optional. If true, enable http access to specific ports on the cluster from external sources. Defaults to false.
189 190 191 192 193 194 195 196 197 198 199 200 201 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/clusters.rb', line 189 class EndpointConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class HttpPortsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#http_ports ⇒ ::Google::Protobuf::Map{::String => ::String} (readonly)
Returns Output only. The map of port descriptions to URLs. Will only be populated if enable_http_port_access is true.
189 190 191 192 193 194 195 196 197 198 199 200 201 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/clusters.rb', line 189 class EndpointConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class HttpPortsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |