toggle menu
pulumi-gcp-kotlin
7.38.0.0
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.tpu.kotlin.outputs
/
V2VmSchedulingConfig
V2Vm
Scheduling
Config
data
class
V2VmSchedulingConfig
(
val
preemptible
:
Boolean
?
=
null
,
val
reserved
:
Boolean
?
=
null
)
Members
Constructors
V2Vm
Scheduling
Config
Link copied to clipboard
constructor
(
preemptible
:
Boolean
?
=
null
,
reserved
:
Boolean
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
preemptible
Link copied to clipboard
val
preemptible
:
Boolean
?
=
null
Defines whether the node is preemptible.
reserved
Link copied to clipboard
val
reserved
:
Boolean
?
=
null
Whether the node is created under a reservation.