Enum InstancesResource.UpdateRequest.MostDisruptiveAllowedActionEnum
Specifies the most disruptive action that can be taken on the instance as part of the update. Compute Engine returns an error if the instance properties require a more disruptive action as part of the instance update. Valid options from lowest to highest are NO_EFFECT, REFRESH, and RESTART.
Namespace: Google.Apis.Compute.beta
Assembly: Google.Apis.Compute.beta.dll
Syntax
public enum InstancesResource.UpdateRequest.MostDisruptiveAllowedActionEnum
Fields
| Name | Description |
|---|---|
| INVALID | |
| NOEFFECT | No changes can be made to the instance. |
| REFRESH | The instance will not restart. |
| RESTART | The instance will restart. |