lifecycleSubState property

String? lifecycleSubState
getter/setter pair

The lifecycle sub-state of the GoldengateDeployment.

Output only. Possible string values are:

  • "GOLDENGATE_DEPLOYMENT_LIFECYCLE_SUB_STATE_UNSPECIFIED" : The lifecycle sub-state is unspecified.
  • "RECOVERING" : The deployment is recovering.
  • "STARTING" : The deployment is starting.
  • "STOPPING" : The deployment is stopping.
  • "MOVING" : The deployment is moving.
  • "UPGRADING" : The deployment is upgrading.
  • "RESTORING" : The deployment is restoring.
  • "BACKING_UP" : The deployment is backing up.
  • "ROLLING_BACK" : The deployment is rolling back.

Implementation

core.String? lifecycleSubState;