ExplicitProxy Class
Explicit Proxy Settings in Firewall Policy.
Constructor
ExplicitProxy(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
enable_explicit_proxy
|
When set to true, explicit proxy mode is enabled. |
|
http_port
|
Port number for explicit proxy http protocol, cannot be greater than 64000. |
|
https_port
|
Port number for explicit proxy https protocol, cannot be greater than 64000. |
|
enable_pac_file
|
When set to true, pac file port and url needs to be provided. |
|
pac_file_port
|
Port number for firewall to serve PAC file. |
|
pac_file
|
SAS URL for PAC file. |
Attributes
enable_explicit_proxy
When set to true, explicit proxy mode is enabled.
enable_explicit_proxy: bool | None
enable_pac_file
When set to true, pac file port and url needs to be provided.
enable_pac_file: bool | None
http_port
Port number for explicit proxy http protocol, cannot be greater than 64000.
http_port: int | None
https_port
Port number for explicit proxy https protocol, cannot be greater than 64000.
https_port: int | None
pac_file
SAS URL for PAC file.
pac_file: str | None
pac_file_port
Port number for firewall to serve PAC file.
pac_file_port: int | None