state property

String? state
getter/setter pair

Possible string values are:

  • "ACTIVE" : Replication is active.
  • "CREATED" : Secondary disk is created and is waiting for replication to start.
  • "STARTING" : Replication is starting.
  • "STATE_UNSPECIFIED"
  • "STOPPED" : Replication is stopped.
  • "STOPPING" : Replication is stopping.

Implementation

core.String? state;