Enum PrivateCloud.State (0.18.0)

public enum PrivateCloud.State extends Enum<PrivateCloud.State> implements ProtocolMessageEnum

Enum State defines possible states of private clouds.

Protobuf enum google.cloud.vmwareengine.v1.PrivateCloud.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACTIVE

The private cloud is ready.

ACTIVE = 1;

ACTIVE_VALUE

The private cloud is ready.

ACTIVE = 1;

CREATING

The private cloud is being created.

CREATING = 2;

CREATING_VALUE

The private cloud is being created.

CREATING = 2;

DELETED

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

DELETED = 6;

DELETED_VALUE

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

DELETED = 6;

FAILED

The private cloud is in failed state.

FAILED = 5;

FAILED_VALUE

The private cloud is in failed state.

FAILED = 5;

PURGING

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

PURGING = 7;

PURGING_VALUE

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

PURGING = 7;

STATE_UNSPECIFIED

The default value. This value should never be used.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

The default value. This value should never be used.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED
UPDATING

The private cloud is being updated.

UPDATING = 3;

UPDATING_VALUE

The private cloud is being updated.

UPDATING = 3;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()