Compute Engine v1 API - Enum VmExtensionPolicy.Types.State (3.27.0)

public enum VmExtensionPolicy.Types.State

Reference documentation and code samples for the Compute Engine v1 API enum VmExtensionPolicy.Types.State.

Optional. Output only. [Output Only] Current state of the policy: ACTIVE or DELETING.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

Name Description
Active

The policy is active and applied to matching VMs. Newly created VMs that match the policy will also receive the extension policy.

Deleting

The policy is in the process of being deleted. After the extension is removed from all matching VMs, the policy will be deleted.

UndefinedState

A value indicating that the enum field is not set.

Unspecified

Default value. Do not use.