Class CreateProxyConfigRequest
java.lang.Object
com.cloudera.cdp.environments.model.CreateProxyConfigRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
           date="2025-10-28T14:00:28.895-07:00")
public class CreateProxyConfigRequest
extends Object
Request object for a create proxy config request.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanGetter for description.getHost()Getter for host.Getter for noProxyHosts.Getter for password.getPort()Getter for port.Getter for protocol.Getter for proxyConfigName.getUser()Getter for user.inthashCode()voidsetDescription(String description) Setter for description.voidSetter for host.voidsetNoProxyHosts(String noProxyHosts) Setter for noProxyHosts.voidsetPassword(String password) Setter for password.voidSetter for port.voidsetProtocol(String protocol) Setter for protocol.voidsetProxyConfigName(String proxyConfigName) Setter for proxyConfigName.voidSetter for user.toString()
- 
Constructor Details- 
CreateProxyConfigRequestpublic CreateProxyConfigRequest()
 
- 
- 
Method Details- 
getProxyConfigNameGetter for proxyConfigName. The name of the proxy config.
- 
setProxyConfigNameSetter for proxyConfigName. The name of the proxy config.
- 
getProtocolGetter for protocol. The protocol.
- 
setProtocolSetter for protocol. The protocol.
- 
getHostGetter for host. The proxy host.
- 
setHostSetter for host. The proxy host.
- 
getPortGetter for port. The proxy port.
- 
setPortSetter for port. The proxy port.
- 
getDescriptionGetter for description. A description for the proxy config.
- 
setDescriptionSetter for description. A description for the proxy config.
- 
getNoProxyHostsGetter 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
- 
setNoProxyHostsSetter 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
- 
getUserGetter for user. The proxy user.
- 
setUserSetter for user. The proxy user.
- 
getPasswordGetter for password. The proxy password.
- 
setPasswordSetter for password. The proxy password.
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-