Migrate for Compute Engine V1 API - Module Google::Cloud::VMMigration::V1::ComputeScheduling::RestartType (v0.4.0)

Reference documentation and code samples for the Migrate for Compute Engine V1 API module Google::Cloud::VMMigration::V1::ComputeScheduling::RestartType.

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

Constants

RESTART_TYPE_UNSPECIFIED

value: 0
Unspecified behavior. This will use the default.

AUTOMATIC_RESTART

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

NO_AUTOMATIC_RESTART

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