@Generated(value="org.jsonschema2pojo") public class ProxyStatus extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
ProxyStatus()
No args constructor for use in serialization
|
ProxyStatus(String httpProxy,
String httpsProxy,
String noProxy) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getHttpProxy() |
String |
getHttpsProxy() |
String |
getNoProxy() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setHttpProxy(String httpProxy) |
void |
setHttpsProxy(String httpsProxy) |
void |
setNoProxy(String noProxy) |
public String getHttpProxy()
public void setHttpProxy(String httpProxy)
httpProxy - The httpProxypublic String getHttpsProxy()
public void setHttpsProxy(String httpsProxy)
httpsProxy - The httpsProxypublic String getNoProxy()
public void setNoProxy(String noProxy)
noProxy - The noProxyCopyright © 2015–2021 Red Hat. All rights reserved.