Show / Hide Table of Contents

Enum InstancesResource.UpdateRequest.MinimalActionEnum

Specifies the action to take when updating an instance even if the updated properties do not require it. If not specified, then Compute Engine acts based on the minimum action that the updated properties require.

Namespace: Google.Apis.Compute.beta
Assembly: Google.Apis.Compute.beta.dll
Syntax
public enum InstancesResource.UpdateRequest.MinimalActionEnum

Fields

Name Description
INVALID
NOEFFECT

No changes can be made to the instance.

REFRESH

The instance will not restart.

RESTART

The instance will restart.

In This Article
Back to top Generated by DocFX