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

Fields

Name Description
INVALID
NOEFFECT
REFRESH
RESTART
Back to top