Enum ComputeScheduling.Types.RestartType (1.0.0)

public enum RestartType

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

Namespace

Google.Cloud.VMMigration.V1

Assembly

Google.Cloud.VMMigration.V1.dll

Fields

NameDescription
AutomaticRestart

The Instance should be automatically restarted whenever it is terminated by Compute Engine.

NoAutomaticRestart

The Instance isn't automatically restarted whenever it is terminated by Compute Engine.

Unspecified

Unspecified behavior. This will use the default.