Class ProxyConfig
java.lang.Object
com.cloudera.cdp.environments.model.ProxyConfig
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:28.895-07:00")
public class ProxyConfig
extends Object
A proxy config object.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCrn()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.inthashCode()voidSetter for crn.voidsetDescription(String description) Setter for description.voidSetter for host.voidsetInboundProxyCidr(List<String> inboundProxyCidr) Setter for inboundProxyCidr.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
-
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
-