Enum DbSystemOptions.StorageManagement (0.29.0)

public enum DbSystemOptions.StorageManagement extends Enum<DbSystemOptions.StorageManagement> implements ProtocolMessageEnum

The storage option used in DB system.

Protobuf enum google.cloud.oracledatabase.v1.DbSystemOptions.StorageManagement

Implements

ProtocolMessageEnum

Static Fields

Name Description
ASM

Automatic storage management.

ASM = 1;

ASM_VALUE

Automatic storage management.

ASM = 1;

LVM

Logical Volume management.

LVM = 2;

LVM_VALUE

Logical Volume management.

LVM = 2;

STORAGE_MANAGEMENT_UNSPECIFIED

The storage management is unspecified.

STORAGE_MANAGEMENT_UNSPECIFIED = 0;

STORAGE_MANAGEMENT_UNSPECIFIED_VALUE

The storage management is unspecified.

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