All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.dataproc.model.EndpointConfig.html Maven / Gradle / Ivy

There is a newer version: v1-rev20241025-2.0.0
Show newest version






EndpointConfig (Cloud Dataproc API v1-rev20240605-2.0.0)












com.google.api.services.dataproc.model

Class EndpointConfig

    • Constructor Detail

      • EndpointConfig

        public EndpointConfig()
    • Method Detail

      • getEnableHttpPortAccess

        public Boolean getEnableHttpPortAccess()
        Optional. If true, enable http access to specific ports on the cluster from external sources. Defaults to false.
        Returns:
        value or null for none
      • setEnableHttpPortAccess

        public EndpointConfig setEnableHttpPortAccess(Boolean enableHttpPortAccess)
        Optional. If true, enable http access to specific ports on the cluster from external sources. Defaults to false.
        Parameters:
        enableHttpPortAccess - enableHttpPortAccess or null for none
      • getHttpPorts

        public Map<String,String> getHttpPorts()
        Output only. The map of port descriptions to URLs. Will only be populated if enable_http_port_access is true.
        Returns:
        value or null for none
      • setHttpPorts

        public EndpointConfig setHttpPorts(Map<String,String> httpPorts)
        Output only. The map of port descriptions to URLs. Will only be populated if enable_http_port_access is true.
        Parameters:
        httpPorts - httpPorts or null for none
      • set

        public EndpointConfig set(String fieldName,
                                  Object value)
        Overrides:
        set in class com.google.api.client.json.GenericJson
      • clone

        public EndpointConfig clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy