Compute Engine v1 API - Class ComputeEnumConstants.GlobalVmExtensionPolicyRolloutOperationRolloutStatusRolloutMetadata.State (3.28.0)

public static class ComputeEnumConstants.GlobalVmExtensionPolicyRolloutOperationRolloutStatusRolloutMetadata.State

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

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

Inheritance

object > ComputeEnumConstants.GlobalVmExtensionPolicyRolloutOperationRolloutStatusRolloutMetadata.State

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

Cancelled

public const string Cancelled = "STATE_CANCELLED"

Wire representation of Cancelled .

Field Value
Type Description
string

Completed

public const string Completed = "STATE_COMPLETED"

Wire representation of Completed .

Field Value
Type Description
string

Failed

public const string Failed = "STATE_FAILED"

Wire representation of Failed .

Field Value
Type Description
string

Paused

public const string Paused = "STATE_PAUSED"

Wire representation of Paused .

Field Value
Type Description
string

Processing

public const string Processing = "STATE_PROCESSING"

Wire representation of Processing .

Field Value
Type Description
string

UndefinedState

public const string UndefinedState = "UNDEFINED_STATE"

Wire representation of UndefinedState .

Field Value
Type Description
string

Unknown

public const string Unknown = "STATE_UNKNOWN"

Wire representation of Unknown .

Field Value
Type Description
string

Unspecified

public const string Unspecified = "STATE_UNSPECIFIED"

Wire representation of Unspecified .

Field Value
Type Description
string