Class HttpProxyConfiguration

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

public final class HttpProxyConfiguration extends Object
HTTP Proxy configuration for the VM.
  • Constructor Details

    • HttpProxyConfiguration

      public HttpProxyConfiguration()
  • Method Details

    • httpsProxy

      public String httpsProxy()
      Get the httpsProxy property: Gets or sets httpsProxy url.
      Returns:
      the httpsProxy value.
    • 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.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.