toggle menu
pulumi-alicloud-kotlin
3.61.0.0
jvm
switch theme
search in API
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.gpdb.kotlin.outputs
/
DbInstancePlanPlanConfigScaleIn
Db
Instance
Plan
Plan
Config
Scale
In
data
class
DbInstancePlanPlanConfigScaleIn
(
val
executeTime
:
String
?
=
null
,
val
planCronTime
:
String
?
=
null
,
val
segmentNodeNum
:
String
?
=
null
)
Members
Constructors
Db
Instance
Plan
Plan
Config
Scale
In
Link copied to clipboard
constructor
(
executeTime
:
String
?
=
null
,
planCronTime
:
String
?
=
null
,
segmentNodeNum
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
execute
Time
Link copied to clipboard
val
executeTime
:
String
?
=
null
The executed time of the Plan.
plan
Cron
Time
Link copied to clipboard
val
planCronTime
:
String
?
=
null
The Cron Time of the plan.
segment
Node
Num
Link copied to clipboard
val
segmentNodeNum
:
String
?
=
null
The segment Node Num of the Plan.