pulumi-azure-native-kotlin
2.14.0.0
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.network.kotlin.inputs
/
ExplicitProxyArgs
/
ExplicitProxyArgs
Explicit
Proxy
Args
fun
ExplicitProxyArgs
(
enableExplicitProxy
:
Output
<
Boolean
>
?
=
null
,
enablePacFile
:
Output
<
Boolean
>
?
=
null
,
httpPort
:
Output
<
Int
>
?
=
null
,
httpsPort
:
Output
<
Int
>
?
=
null
,
pacFile
:
Output
<
String
>
?
=
null
,
pacFilePort
:
Output
<
Int
>
?
=
null
)