VM Migration v1 API - Enum ComputeScheduling.Types.RestartType (2.5.0)

public enum ComputeScheduling.Types.RestartType

Reference documentation and code samples for the VM Migration v1 API enum ComputeScheduling.Types.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.