Class UpdateProxyConfigRequest
java.lang.Object
com.cloudera.cdp.environments.model.UpdateProxyConfigRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:26.724-07:00")
public class UpdateProxyConfigRequest
extends Object
Request object for updating the proxy config of the given environment.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for environment.Getter for proxyConfigName.Getter for removeProxy.int
hashCode()
void
setEnvironment
(String environment) Setter for environment.void
setProxyConfigName
(String proxyConfigName) Setter for proxyConfigName.void
setRemoveProxy
(Boolean removeProxy) Setter for removeProxy.toString()
-
Constructor Details
-
UpdateProxyConfigRequest
public UpdateProxyConfigRequest()
-
-
Method Details
-
getEnvironment
Getter for environment. The name or CRN of the environment. -
setEnvironment
Setter for environment. The name or CRN of the environment. -
getProxyConfigName
Getter for proxyConfigName. The name of the new proxy config for the environment. Either this or the remove proxy flag has to be given. -
setProxyConfigName
Setter for proxyConfigName. The name of the new proxy config for the environment. Either this or the remove proxy flag has to be given. -
getRemoveProxy
Getter for removeProxy. Flag to indicate that the current proxy config should be removed for the environment. Either this or a proxy config name has to be given. -
setRemoveProxy
Setter for removeProxy. Flag to indicate that the current proxy config should be removed for the environment. Either this or a proxy config name has to be given. -
equals
-
hashCode
public int hashCode() -
toString
-