toggle menu
pulumi-alicloud-kotlin
3.79.0.0
jvm
switch theme
search in API
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.ddos.kotlin.inputs
/
DomainResourceProxyTypeArgs
Domain
Resource
Proxy
Type
Args
data
class
DomainResourceProxyTypeArgs
(
val
proxyPorts
:
Output
<
List
<
Int
>
>
,
val
proxyType
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
DomainResourceProxyTypeArgs
>
Members
Constructors
Domain
Resource
Proxy
Type
Args
Link copied to clipboard
constructor
(
proxyPorts
:
Output
<
List
<
Int
>
>
,
proxyType
:
Output
<
String
>
?
=
null
)
Properties
proxy
Ports
Link copied to clipboard
val
proxyPorts
:
Output
<
List
<
Int
>
>
The port numbers.
proxy
Type
Link copied to clipboard
val
proxyType
:
Output
<
String
>
?
=
null
The type of the protocol. Valid values:
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
DomainResourceProxyTypeArgs