state property

String? state
getter/setter pair

The DataSource resource instance state.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : State not set.
  • "CREATING" : The data source is being created.
  • "ACTIVE" : The data source has been created and is fully usable.
  • "DELETING" : The data source is being deleted.
  • "ERROR" : The data source is experiencing an issue and might be unusable.

Implementation

core.String? state;