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 subnet is ready.
- "CREATING" : The subnet is being created.
- "UPDATING" : The subnet is being updated.
- "DELETING" : The subnet is being deleted.
- "RECONCILING" : Changes requested in the last operation are being propagated.
- "FAILED" : Last operation on the subnet did not succeed. Subnet's payload is reverted back to its most recent working state.
Implementation
core.String? state;