Class CreateProxyConfigRequest

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

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

    • CreateProxyConfigRequest

      public CreateProxyConfigRequest()
  • 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.
    • 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.
    • 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