state property
The state of the Gateway configuration.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : The default value. This value is used if the state is omitted.
- "PROVISIONING" : The Gateway is being provisioned.
- "ACTIVE" : The Gateway is active and ready to use.
- "DEPROVISIONING" : The Gateway is being de-provisioned.
- "INACTIVE" : The Gateway is inactive.
- "FAILED" : The Gateway failed to be provisioned.
Implementation
core.String? state;