Compute Scheduling Restart Type
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.
Entries
Unspecified behavior. This will use the default.
The Instance should be automatically restarted whenever it is terminated by Compute Engine.
The Instance isn't automatically restarted whenever it is terminated by Compute Engine.
Types
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.