public enum ComputeScheduling.Types.RestartTypeReference 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.V1Assembly
Google.Cloud.VMMigration.V1.dll
Fields |
|
|---|---|
| Name | Description |
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. |