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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter 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.int
hashCode()
void
setDescription
(String description) Setter for description.void
Setter for host.void
setNoProxyHosts
(String noProxyHosts) Setter for noProxyHosts.void
setPassword
(String password) Setter for password.void
Setter for port.void
setProtocol
(String protocol) Setter for protocol.void
setProxyConfigName
(String proxyConfigName) Setter for proxyConfigName.void
Setter for user.toString()
-
Constructor Details
-
CreateProxyConfigRequest
public CreateProxyConfigRequest()
-
-
Method Details
-
getProxyConfigName
Getter for proxyConfigName. The name of the proxy config. -
setProxyConfigName
Setter for proxyConfigName. The name of the proxy config. -
getProtocol
Getter for protocol. The protocol. -
setProtocol
Setter for protocol. The protocol. -
getHost
Getter for host. The proxy host. -
setHost
Setter for host. The proxy host. -
getPort
Getter for port. The proxy port. -
setPort
Setter for port. The proxy port. -
getDescription
Getter for description. A description for the proxy config. -
setDescription
Setter for description. A description for the proxy config. -
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
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
Getter for user. The proxy user. -
setUser
Setter for user. The proxy user. -
getPassword
Getter for password. The proxy password. -
setPassword
Setter for password. The proxy password. -
equals
-
hashCode
public int hashCode() -
toString
-