pulumi-google-native-kotlin
0.31.1.1
pulumi-google-native-kotlin
/
com.pulumi.googlenative.bigqueryreservation.v1.kotlin.inputs
/
AutoscaleArgs
Autoscale
Args
data
class
AutoscaleArgs
(
val
maxSlots
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
AutoscaleArgs
>
Auto scaling settings.
Constructors
Functions
Properties
Constructors
Autoscale
Args
Link copied to clipboard
fun
AutoscaleArgs
(
maxSlots
:
Output
<
String
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
AutoscaleArgs
Properties
max
Slots
Link copied to clipboard
val
maxSlots
:
Output
<
String
>
?
=
null
Number of slots to be scaled when needed.