state property
State of the nat address.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : The resource is in an unspecified state.
- "CREATING" : The NAT address is being created.
- "RESERVED" : The NAT address is reserved but not yet used for Internet egress.
- "ACTIVE" : The NAT address is active and used for Internet egress.
- "DELETING" : The NAT address is being deleted.
Implementation
core.String? state;