Enum CloudVmClusterProperties.StorageManagementType (0.44.0)

public enum CloudVmClusterProperties.StorageManagementType extends Enum<CloudVmClusterProperties.StorageManagementType> implements ProtocolMessageEnum

The type of storage management for the Cloud VM Cluster.

Protobuf enum google.cloud.oracledatabase.v1.CloudVmClusterProperties.StorageManagementType

Implements

ProtocolMessageEnum

Static Fields

Name Description
ASM

Automatic Storage Management.

ASM = 1;

ASM_VALUE

Automatic Storage Management.

ASM = 1;

EXASCALE

Exascale storage management.

EXASCALE = 2;

EXASCALE_VALUE

Exascale storage management.

EXASCALE = 2;

STORAGE_MANAGEMENT_TYPE_UNSPECIFIED

Unspecified storage management type.

STORAGE_MANAGEMENT_TYPE_UNSPECIFIED = 0;

STORAGE_MANAGEMENT_TYPE_UNSPECIFIED_VALUE

Unspecified storage management type.

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