Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class ShapeAttribute.
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 type google.cloud.oracledatabase.v1.ExadbVmClusterProperties.ShapeAttribute
Namespace
Google \ Cloud \ OracleDatabase \ V1 \ ExadbVmClusterPropertiesMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
SHAPE_ATTRIBUTE_UNSPECIFIED
Value: 0Default unspecified value.
Generated from protobuf enum SHAPE_ATTRIBUTE_UNSPECIFIED = 0;
SMART_STORAGE
Value: 1Indicates that the resource is in smart storage.
Generated from protobuf enum SMART_STORAGE = 1;
BLOCK_STORAGE
Value: 2Indicates that the resource is in block storage.
Generated from protobuf enum BLOCK_STORAGE = 2;