Compute Engine v1 API - Class ComputeEnumConstants.VmExtensionPolicy.State (3.27.0)

public static class ComputeEnumConstants.VmExtensionPolicy.State

Reference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.VmExtensionPolicy.State.

Constants for wire representations of the VmExtensionPolicy.Types.State enum.

Inheritance

object > ComputeEnumConstants.VmExtensionPolicy.State

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

Active

public const string Active = "ACTIVE"

Wire representation of Active.

Field Value
Type Description
string

Deleting

public const string Deleting = "DELETING"

Wire representation of Deleting.

Field Value
Type Description
string

UndefinedState

public const string UndefinedState = "UNDEFINED_STATE"

Wire representation of UndefinedState.

Field Value
Type Description
string

Unspecified

public const string Unspecified = "STATE_UNSPECIFIED"

Wire representation of Unspecified.

Field Value
Type Description
string