state property
The state of the resource.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : The default value. This value should never be used.
- "ACTIVE" : The binding is ready.
- "CREATING" : The binding is being created.
- "UPDATING" : The binding is being updated.
- "DELETING" : The binding is being deleted.
- "FAILED" : The binding has failed.
Implementation
core.String? state;