lifecycleState property

String? lifecycleState
getter/setter pair

The lifecycle state of the connection.

Output only. Possible string values are:

  • "GOLDENGATE_CONNECTION_LIFECYCLE_STATE_UNSPECIFIED" : Default unspecified value.
  • "CREATING" : Indicates that the resource is in provisioning state.
  • "ACTIVE" : Indicates that the resource is in active state.
  • "UPDATING" : Indicates that the resource is in updating state.
  • "DELETING" : Indicates that the resource is in deleting state.
  • "DELETED" : Indicates that the resource is in deleted state.
  • "FAILED" : Indicates that the resource is in failed state.

Implementation

core.String? lifecycleState;