state property
Current state of association. Possible string values are:
- "STATE_UNSPECIFIED" : Unspecified.
- "NONE" : A Metastore service instance is not associated with the lake.
- "READY" : A Metastore service instance is attached to the lake.
- "UPDATING" : Attach/detach is in progress.
- "ERROR" : Attach/detach could not be done due to errors.
Implementation
core.String? state;