Infrastructure Manager v1 API - Enum Preview.Types.State (1.3.0)

public enum Preview.Types.State

Reference documentation and code samples for the Infrastructure Manager v1 API enum Preview.Types.State.

Possible states of a preview.

Namespace

Google.Cloud.Config.V1

Assembly

Google.Cloud.Config.V1.dll

Fields

NameDescription
Applying

The preview is being applied.

Creating

The preview is being created.

Deleted

The preview has been deleted.

Deleting

The preview is being deleted.

Failed

The preview has encountered an unexpected error.

Stale

The preview is stale. A preview can become stale if a revision has been applied after this preview was created.

Succeeded

The preview has succeeded.

Unspecified

The default value. This value is used if the state is unknown.