state property
The current lifecycle state of this Hub.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : No state information available
- "CREATING" : The resource's create operation is in progress
- "ACTIVE" : The resource is active
- "DELETING" : The resource's Delete operation is in progress
Implementation
core.String? state;