Class ProxyConfig

java.lang.Object
com.cloudera.cdp.environments.model.ProxyConfig

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:26.724-07:00") public class ProxyConfig extends Object
A proxy config object.
  • Constructor Details

    • ProxyConfig

      public ProxyConfig()
  • Method Details

    • getProxyConfigName

      public String getProxyConfigName()
      Getter for proxyConfigName. The name of the proxy config.
    • setProxyConfigName

      public void setProxyConfigName(String proxyConfigName)
      Setter for proxyConfigName. The name of the proxy config.
    • getCrn

      public String getCrn()
      Getter for crn. The CRN of the proxy config.
    • setCrn

      public void setCrn(String crn)
      Setter for crn. The CRN of the proxy config.
    • getProtocol

      public String getProtocol()
      Getter for protocol. The protocol.
    • setProtocol

      public void setProtocol(String protocol)
      Setter for protocol. The protocol.
    • getHost

      public String getHost()
      Getter for host. The proxy host.
    • setHost

      public void setHost(String host)
      Setter for host. The proxy host.
    • getPort

      public Integer getPort()
      Getter for port. The proxy port.
    • setPort

      public void setPort(Integer port)
      Setter for port. The proxy port.
    • getDescription

      public String getDescription()
      Getter for description. A description for the proxy config.
    • setDescription

      public void setDescription(String description)
      Setter for description. A description for the proxy config.
    • getNoProxyHosts

      public String getNoProxyHosts()
      Getter for noProxyHosts. Comma-separated list of 'CIDR', '[.]host[:port]' (can be a subdomain as well) and 'IP[:port]' entries that should not be proxied. Wildcards are not accepted. For example .cloudera.com,192.168.1.1
    • setNoProxyHosts

      public void setNoProxyHosts(String noProxyHosts)
      Setter for noProxyHosts. Comma-separated list of 'CIDR', '[.]host[:port]' (can be a subdomain as well) and 'IP[:port]' entries that should not be proxied. Wildcards are not accepted. For example .cloudera.com,192.168.1.1
    • getUser

      public String getUser()
      Getter for user. The proxy user.
    • setUser

      public void setUser(String user)
      Setter for user. The proxy user.
    • getPassword

      public String getPassword()
      Getter for password. The proxy password.
    • setPassword

      public void setPassword(String password)
      Setter for password. The proxy password.
    • getInboundProxyCidr

      public List<String> getInboundProxyCidr()
      Getter for inboundProxyCidr. Allow these CIDR for Inbound communication.
    • setInboundProxyCidr

      public void setInboundProxyCidr(List<String> inboundProxyCidr)
      Setter for inboundProxyCidr. Allow these CIDR for Inbound communication.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object