restartType

@JvmName(name = "mxrcninenoqustjb")
suspend fun restartType(value: Output<ComputeSchedulingRestartType>)
@JvmName(name = "qfobawutgavnqwnh")
suspend fun restartType(value: ComputeSchedulingRestartType?)

Parameters

value

Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to automaticRestart field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.