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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getCrn()
Getter for crn.Getter for description.getHost()
Getter for host.Getter for inboundProxyCidr.Getter for noProxyHosts.Getter for password.getPort()
Getter for port.Getter for protocol.Getter for proxyConfigName.getUser()
Getter for user.int
hashCode()
void
Setter for crn.void
setDescription
(String description) Setter for description.void
Setter for host.void
setInboundProxyCidr
(List<String> inboundProxyCidr) Setter for inboundProxyCidr.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
-
ProxyConfig
public ProxyConfig()
-
-
Method Details
-
getProxyConfigName
Getter for proxyConfigName. The name of the proxy config. -
setProxyConfigName
Setter for proxyConfigName. The name of the proxy config. -
getCrn
Getter for crn. The CRN of the proxy config. -
setCrn
Setter for crn. The CRN 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. -
getInboundProxyCidr
Getter for inboundProxyCidr. Allow these CIDR for Inbound communication. -
setInboundProxyCidr
Setter for inboundProxyCidr. Allow these CIDR for Inbound communication. -
equals
-
hashCode
public int hashCode() -
toString
-