Module: Google::Cloud::BareMetalSolution::V2::Instance::State
- Defined in:
- proto_docs/google/cloud/baremetalsolution/v2/instance.rb
Overview
The possible states for this server.
Constant Summary collapse
- STATE_UNSPECIFIED =
The server is in an unknown state.
0- PROVISIONING =
The server is being provisioned.
1- RUNNING =
The server is running.
2- DELETED =
The server has been deleted.
3- UPDATING =
The server is being updated.
4- STARTING =
The server is starting.
5- STOPPING =
The server is stopping.
6- SHUTDOWN =
The server is shutdown.
7