Enum ExadbVmClusterProperties.ShapeAttribute (0.29.0)

public enum ExadbVmClusterProperties.ShapeAttribute extends Enum<ExadbVmClusterProperties.ShapeAttribute> implements ProtocolMessageEnum

The shape attribute of the VM cluster. The type of Exascale storage used for Exadata VM cluster. The default is SMART_STORAGE which supports Oracle Database 23ai and later

Protobuf enum google.cloud.oracledatabase.v1.ExadbVmClusterProperties.ShapeAttribute

Implements

ProtocolMessageEnum

Static Fields

Name Description
BLOCK_STORAGE

Indicates that the resource is in block storage.

BLOCK_STORAGE = 2;

BLOCK_STORAGE_VALUE

Indicates that the resource is in block storage.

BLOCK_STORAGE = 2;

SHAPE_ATTRIBUTE_UNSPECIFIED

Default unspecified value.

SHAPE_ATTRIBUTE_UNSPECIFIED = 0;

SHAPE_ATTRIBUTE_UNSPECIFIED_VALUE

Default unspecified value.

SHAPE_ATTRIBUTE_UNSPECIFIED = 0;

SMART_STORAGE

Indicates that the resource is in smart storage.

SMART_STORAGE = 1;

SMART_STORAGE_VALUE

Indicates that the resource is in smart storage.

SMART_STORAGE = 1;

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