Enum DirectoryServiceType (0.35.0)

public enum DirectoryServiceType extends Enum<DirectoryServiceType> implements ProtocolMessageEnum

Type of directory service

Protobuf enum google.cloud.netapp.v1.DirectoryServiceType

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE_DIRECTORY

Active directory policy attached to the storage pool.

ACTIVE_DIRECTORY = 1;

ACTIVE_DIRECTORY_VALUE

Active directory policy attached to the storage pool.

ACTIVE_DIRECTORY = 1;

DIRECTORY_SERVICE_TYPE_UNSPECIFIED

Directory service type is not specified.

DIRECTORY_SERVICE_TYPE_UNSPECIFIED = 0;

DIRECTORY_SERVICE_TYPE_UNSPECIFIED_VALUE

Directory service type is not specified.

DIRECTORY_SERVICE_TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()