HttpProxyConfigurationResponse

data class HttpProxyConfigurationResponse(val httpsProxy: String? = null)

HTTP Proxy configuration for the VM.

Constructors

Link copied to clipboard
constructor(httpsProxy: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val httpsProxy: String? = null

The httpsProxy url.