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 address is ready.
- "CREATING" : The address is being created.
- "UPDATING" : The address is being updated.
- "DELETING" : The address is being deleted.
Implementation
core.String? state;