Policy Net Redirect Policy Args
data class PolicyNetRedirectPolicyArgs(val customProxy: Output<String>? = null, val hostAddr: Output<String>? = null, val netRedirect: Output<String>? = null, val port: Output<String>? = null, val proxyPassword: Output<String>? = null, val proxyType: Output<String>? = null, val proxyUserName: Output<String>? = null) : ConvertibleToJava<PolicyNetRedirectPolicyArgs>
Properties
Link copied to clipboard
Whether to manually configure the transparent proxy.
Link copied to clipboard
Whether to enable network redirection.
Link copied to clipboard
The proxy password. The length range is 1\~ 256. Chinese characters and white space characters are not allowed.
Link copied to clipboard
The proxy user name. The length range is 1\~ 256. Chinese characters and white space characters are not allowed.