Show / Hide Table of Contents

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.v1
Assembly: Google.Apis.Compute.v1.dll
Syntax
public enum MostDisruptiveAllowedActionEnum

Fields

Name Description
INVALID
NOEFFECT
REFRESH
RESTART
Back to top