Module: Google::Cloud::BareMetalSolution::V2::Network::State
- Defined in:
- proto_docs/google/cloud/baremetalsolution/v2/network.rb
Overview
The possible states for this Network.
Constant Summary collapse
- STATE_UNSPECIFIED =
The Network is in an unknown state.
0
- PROVISIONING =
The Network is provisioning.
1
- PROVISIONED =
The Network has been provisioned.
2
- DEPROVISIONING =
The Network is being deprovisioned.
3
- UPDATING =
The Network is being updated.
4