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

public enum PrivateConnection.Types.State

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

Enum State defines possible states of private connection.

Namespace

Google.Cloud.VmwareEngine.V1

Assembly

Google.Cloud.VmwareEngine.V1.dll

Fields

NameDescription
Active

The private connection is ready.

Creating

The private connection is being created.

Deleting

The private connection is being deleted.

Failed

The private connection is in failed state.

Unprovisioned

The private connection is not provisioned, since no private cloud is present for which this private connection is needed.

Unspecified

The default value. This value is used if the state is omitted.

Updating

The private connection is being updated.