state property
The state of the NFS share.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : The share is in an unknown state.
 - "PROVISIONED" : The share has been provisioned.
 - "CREATING" : The NFS Share is being created.
 - "UPDATING" : The NFS Share is being updated.
 - "DELETING" : The NFS Share has been requested to be deleted.
 
Implementation
core.String? state;