toggle menu
pulumi-alicloud-kotlin
3.79.0.0
jvm
switch theme
search in API
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.arms.kotlin.inputs
/
SyntheticTaskMonitorArgs
Synthetic
Task
Monitor
Args
data
class
SyntheticTaskMonitorArgs
(
val
cityCode
:
Output
<
String
>
,
val
clientType
:
Output
<
Int
>
,
val
operatorCode
:
Output
<
String
>
)
:
ConvertibleToJava
<
SyntheticTaskMonitorArgs
>
Members
Constructors
Synthetic
Task
Monitor
Args
Link copied to clipboard
constructor
(
cityCode
:
Output
<
String
>
,
clientType
:
Output
<
Int
>
,
operatorCode
:
Output
<
String
>
)
Properties
city
Code
Link copied to clipboard
val
cityCode
:
Output
<
String
>
The city code of monitor.
client
Type
Link copied to clipboard
val
clientType
:
Output
<
Int
>
The type of monitor.
operator
Code
Link copied to clipboard
val
operatorCode
:
Output
<
String
>
The operator code of monitor.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
SyntheticTaskMonitorArgs