VMware Engine v1 API - Enum Subnet.Types.State (1.3.0)

public enum Subnet.Types.State

Reference documentation and code samples for the VMware Engine v1 API enum Subnet.Types.State.

Defines possible states of subnets.

Namespace

Google.Cloud.VmwareEngine.V1

Assembly

Google.Cloud.VmwareEngine.V1.dll

Fields

NameDescription
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.