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 Link icon

    • CreateProxyConfigRequest Link icon

      public CreateProxyConfigRequest()
  • Method Details Link icon

    • getProxyConfigName Link icon

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

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

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

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

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

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

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

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

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

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

      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 Link icon

      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 Link icon

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

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

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

      public void setPassword(String password)
      Setter for password. The proxy password.
    • equals Link icon

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

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

      public String toString()
      Overrides:
      toString in class Object