state property
State of the ReplicationCycle. Possible string values are:
- "STATE_UNSPECIFIED" : The state is unknown. This is used for API compatibility only and is not used by the system.
- "RUNNING" : The replication cycle is running.
- "PAUSED" : The replication cycle is paused.
- "FAILED" : The replication cycle finished with errors.
- "SUCCEEDED" : The replication cycle finished successfully.
Implementation
core.String? state;