Compute Engine v1 API - Class ComputeEnumConstants.InstanceGroupManagerStatusAcceleratorTopology.State (3.26.0)

public static class ComputeEnumConstants.InstanceGroupManagerStatusAcceleratorTopology.State

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

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

Inheritance

object > ComputeEnumConstants.InstanceGroupManagerStatusAcceleratorTopology.State

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

Activating

public const string Activating = "ACTIVATING"

Wire representation of Activating .

Field Value
Type Description
string

Active

public const string Active = "ACTIVE"

Wire representation of Active .

Field Value
Type Description
string

Deactivating

public const string Deactivating = "DEACTIVATING"

Wire representation of Deactivating .

Field Value
Type Description
string

Failed

public const string Failed = "FAILED"

Wire representation of Failed .

Field Value
Type Description
string

Incomplete

public const string Incomplete = "INCOMPLETE"

Wire representation of Incomplete .

Field Value
Type Description
string

Reactivating

public const string Reactivating = "REACTIVATING"

Wire representation of Reactivating .

Field Value
Type Description
string

UndefinedState

public const string UndefinedState = "UNDEFINED_STATE"

Wire representation of UndefinedState .

Field Value
Type Description
string