PolicyNetRedirectPolicy

data class PolicyNetRedirectPolicy(val customProxy: String? = null, val hostAddr: String? = null, val netRedirect: String? = null, val port: String? = null, val proxyPassword: String? = null, val proxyType: String? = null, val proxyUserName: String? = null)

Constructors

Link copied to clipboard
constructor(customProxy: String? = null, hostAddr: String? = null, netRedirect: String? = null, port: String? = null, proxyPassword: String? = null, proxyType: String? = null, proxyUserName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val customProxy: String? = null

Whether to manually configure the transparent proxy.

Link copied to clipboard
val hostAddr: String? = null

The transparent proxy IP address. The format is IPv4 address.

Link copied to clipboard
val netRedirect: String? = null

Whether to enable network redirection.

Link copied to clipboard
val port: String? = null

Transparent proxy port. The Port value range is 1\~ 65535.

Link copied to clipboard
val proxyPassword: String? = null

The proxy password. The length range is 1\~ 256. Chinese characters and white space characters are not allowed.

Link copied to clipboard
val proxyType: String? = null

Agent protocol type.

Link copied to clipboard
val proxyUserName: String? = null

The proxy user name. The length range is 1\~ 256. Chinese characters and white space characters are not allowed.