toggle menu
pulumi-digitalocean-kotlin
4.42.0.0
jvm
switch theme
search in API
pulumi-digitalocean-kotlin
/
com.pulumi.digitalocean.kotlin.inputs
/
DropletAutoscaleConfigArgs
/
DropletAutoscaleConfigArgs
Droplet
Autoscale
Config
Args
constructor
(
cooldownMinutes
:
Output
<
Int
>
?
=
null
,
maxInstances
:
Output
<
Int
>
?
=
null
,
minInstances
:
Output
<
Int
>
?
=
null
,
targetCpuUtilization
:
Output
<
Double
>
?
=
null
,
targetMemoryUtilization
:
Output
<
Double
>
?
=
null
,
targetNumberInstances
:
Output
<
Int
>
?
=
null
)