Enum ExascaleDbStorageVaultProperties.ShapeAttribute (0.29.0)

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

The shape attribute of the VM clusters attached to the ExascaleDbStorageVault.

Protobuf enum google.cloud.oracledatabase.v1.ExascaleDbStorageVaultProperties.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()