Table of Contents

Enum NamespaceRegionStatus.Types.State

Namespace
Temporalio.Api.Cloud.Namespace.V1
Assembly
Temporalio.dll
public enum NamespaceRegionStatus.Types.State

Fields

[OriginalName("STATE_ACTIVE")] Active = 2

The namespace is active in this region.

[OriginalName("STATE_ADDING")] Adding = 1

The region is being added to the namespace.

[OriginalName("STATE_FAILED")] Failed = 5

The region failed to be added/removed, check failure_reason in the last async_operation status for more details.

[OriginalName("STATE_PASSIVE")] Passive = 3

The namespace is passive in this region.

[OriginalName("STATE_REMOVING")] Removing = 4

The region is being removed from the namespace.

[OriginalName("STATE_UNSPECIFIED")] Unspecified = 0