public enum Subnet.Types.StateReference documentation and code samples for the VMware Engine v1 API enum Subnet.Types.State.
Defines possible states of subnets.
Namespace
Google.Cloud.VmwareEngine.V1Assembly
Google.Cloud.VmwareEngine.V1.dll
Fields |
|
|---|---|
| Name | Description |
Active |
The subnet is ready. |
Creating |
The subnet is being created. |
Deleting |
The subnet is being deleted. |
Failed |
Last operation on the subnet did not succeed. Subnet's payload is reverted back to its most recent working state. |
Reconciling |
Changes requested in the last operation are being propagated. |
Unspecified |
The default value. This value should never be used. |
Updating |
The subnet is being updated. |