Class: Google::Cloud::Dataproc::V1::EndpointConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataproc/v1/clusters.rb

Overview

Endpoint config for this cluster

Defined Under Namespace

Classes: HttpPortsEntry

Instance Attribute Summary collapse

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.

Returns:

  • (::Boolean)

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



232
233
234
235
236
237
238
239
240
241
242
243
244
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 232

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.

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.



232
233
234
235
236
237
238
239
240
241
242
243
244
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 232

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