Cloud Dataproc V1 API - Class Google::Cloud::Dataproc::V1::EndpointConfig (v0.24.1)

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

Endpoint config for this cluster

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#enable_http_port_access

defenable_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=

defenable_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

defhttp_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.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.