shapeAttribute property

String? shapeAttribute
getter/setter pair

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

Required. Immutable. Possible string values are:

  • "SHAPE_ATTRIBUTE_UNSPECIFIED" : Default unspecified value.
  • "SMART_STORAGE" : Indicates that the resource is in smart storage.
  • "BLOCK_STORAGE" : Indicates that the resource is in block storage.

Implementation

core.String? shapeAttribute;