pulumi-alicloud-kotlin
3.55.2.0
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.scdn.kotlin.inputs
/
DomainSourceArgs
Domain
Source
Args
data
class
DomainSourceArgs
(
val
content
:
Output
<
String
>
,
val
enabled
:
Output
<
String
>
?
=
null
,
val
port
:
Output
<
Int
>
,
val
priority
:
Output
<
String
>
,
val
type
:
Output
<
String
>
)
:
ConvertibleToJava
<
DomainSourceArgs
>
Constructors
Functions
Properties
Constructors
Domain
Source
Args
Link copied to clipboard
fun
DomainSourceArgs
(
content
:
Output
<
String
>
,
enabled
:
Output
<
String
>
?
=
null
,
port
:
Output
<
Int
>
,
priority
:
Output
<
String
>
,
type
:
Output
<
String
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
DomainSourceArgs
Properties
content
Link copied to clipboard
val
content
:
Output
<
String
>
enabled
Link copied to clipboard
val
enabled
:
Output
<
String
>
?
=
null
port
Link copied to clipboard
val
port
:
Output
<
Int
>
priority
Link copied to clipboard
val
priority
:
Output
<
String
>
type
Link copied to clipboard
val
type
:
Output
<
String
>