Module: Google::Cloud::VmwareEngine::V1::Subnet::State
- Defined in:
- proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb
Overview
Defines possible states of subnets.
Constant Summary collapse
- STATE_UNSPECIFIED =
The default value. This value should never be used.
0- ACTIVE =
The subnet is ready.
1- CREATING =
The subnet is being created.
2- UPDATING =
The subnet is being updated.
3- DELETING =
The subnet is being deleted.
4- RECONCILING =
Changes requested in the last operation are being propagated.
5- FAILED =
Last operation on the subnet did not succeed. Subnet's payload is reverted back to its most recent working state.
6