HttpProxyConfiguration Class

  • java.lang.Object
    • com.azure.resourcemanager.connectedvmware.models.HttpProxyConfiguration

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 httpsProxy property: Gets or sets httpsProxy url.

void validate()

Validates the instance.

HttpProxyConfiguration withHttpsProxy(String httpsProxy)

Set the httpsProxy property: Gets or sets httpsProxy url.

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:

the httpsProxy value.

validate

public void validate()

Validates the instance.

withHttpsProxy

public HttpProxyConfiguration withHttpsProxy(String httpsProxy)

Set the httpsProxy property: Gets or sets httpsProxy url.

Parameters:

httpsProxy - the httpsProxy value to set.

Returns:

the HttpProxyConfiguration object itself.

Applies to