state property
The state of the appliance.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : Unspecified appliance state. This is the default value.
- "ACTIVE" : The appliance is operational and can be used.
- "CREATING" : The appliance is being deployed.
Implementation
core.String? state;