HttpProxyConfiguration Class
- java.
lang. Object - com.
azure. resourcemanager. connectedvmware. models. HttpProxyConfiguration
- com.
public final class HttpProxyConfiguration
HTTP Proxy configuration for the VM.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| HttpProxyConfiguration() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
httpsProxy()
Get the https |
| void |
validate()
Validates the instance. |
|
Http |
withHttpsProxy(String httpsProxy)
Set the https |
Methods inherited from java.lang.Object
Constructor Details
HttpProxyConfiguration
public HttpProxyConfiguration()
Method Details
httpsProxy
public String httpsProxy()
Get the httpsProxy property: Gets or sets httpsProxy url.
Returns:
validate
public void validate()
Validates the instance.
withHttpsProxy
public HttpProxyConfiguration withHttpsProxy(String httpsProxy)
Set the httpsProxy property: Gets or sets httpsProxy url.
Parameters:
Returns: