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 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, potentially on a different host.

In this article
Back to top Generated by DocFX