Enum ActiveDirectory.State (0.9.0)

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

The Active Directory States

Protobuf enum google.cloud.netapp.v1.ActiveDirectory.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CREATING

Active Directory State is Creating

CREATING = 1;

CREATING_VALUE

Active Directory State is Creating

CREATING = 1;

DELETING

Active Directory State is Deleting

DELETING = 5;

DELETING_VALUE

Active Directory State is Deleting

DELETING = 5;

ERROR

Active Directory State is Error

ERROR = 6;

ERROR_VALUE

Active Directory State is Error

ERROR = 6;

IN_USE

Active Directory State is In use

IN_USE = 4;

IN_USE_VALUE

Active Directory State is In use

IN_USE = 4;

READY

Active Directory State is Ready

READY = 2;

READY_VALUE

Active Directory State is Ready

READY = 2;

STATE_UNSPECIFIED

Unspecified Active Directory State

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Unspecified Active Directory State

STATE_UNSPECIFIED = 0;

UNRECOGNIZED
UPDATING

Active Directory State is Updating

UPDATING = 3;

UPDATING_VALUE

Active Directory State is Updating

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()