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

public enum PrivateCloud.Types.State

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

Enum State defines possible states of private clouds.

Namespace

Google.Cloud.VmwareEngine.V1

Assembly

Google.Cloud.VmwareEngine.V1.dll

Fields

NameDescription
Active

The private cloud is ready.

Creating

The private cloud is being created.

Deleted

The private cloud is scheduled for deletion. The deletion process can be cancelled by using the corresponding undelete method.

Failed

The private cloud is in failed state.

Purging

The private cloud is irreversibly deleted and is being removed from the system.

Unspecified

The default value. This value should never be used.

Updating

The private cloud is being updated.