Module: Google::Cloud::ConfigDelivery::V1::ResourceBundleDeploymentInfo::SyncState

Defined in:
proto_docs/google/cloud/configdelivery/v1/config_delivery.rb

Overview

Synchronization state of the resource bundle deployment.

Constant Summary collapse

SYNC_STATE_UNSPECIFIED =

Unspecified state.

0
RECONCILING =

Reconciling state.

1
STALLED =

Stalled state.

2
SYNCED =

Synced state.

3
PENDING =

Pending state.

4
ERROR =

Error state.

5
DELETION_PENDING =

Deletion pending state.

6
DELETING =

Deleting state.

7
DELETED =

Deleted state.

8