Class RestartType (1.8.5)

RestartType(value)

Defines whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user).

Enums

Name Description
RESTART_TYPE_UNSPECIFIED Unspecified behavior. This will use the default.
AUTOMATIC_RESTART The Instance should be automatically restarted whenever it is terminated by Compute Engine.
NO_AUTOMATIC_RESTART The Instance isn't automatically restarted whenever it is terminated by Compute Engine.