FirewallPolicyExplicitProxy

data class FirewallPolicyExplicitProxy(val enablePacFile: Boolean? = null, val enabled: Boolean? = null, val httpPort: Int? = null, val httpsPort: Int? = null, val pacFile: String? = null, val pacFilePort: Int? = null)

Constructors

Link copied to clipboard
constructor(enablePacFile: Boolean? = null, enabled: Boolean? = null, httpPort: Int? = null, httpsPort: Int? = null, pacFile: String? = null, pacFilePort: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

Whether the explicit proxy is enabled for this Firewall Policy.

Link copied to clipboard
val enablePacFile: Boolean? = null

Whether the pac file port and url need to be provided.

Link copied to clipboard
val httpPort: Int? = null

The port number for explicit http protocol.

Link copied to clipboard
val httpsPort: Int? = null

The port number for explicit proxy https protocol.

Link copied to clipboard
val pacFile: String? = null

Specifies a SAS URL for PAC file.

Link copied to clipboard
val pacFilePort: Int? = null

Specifies a port number for firewall to serve PAC file.