storageManagement property
The storage option used in DB system.
Optional. Possible string values are:
- "STORAGE_MANAGEMENT_UNSPECIFIED" : The storage management is unspecified.
- "ASM" : Automatic storage management. This option is not supported. Only LVM is supported.
- "LVM" : Logical Volume management.
Implementation
core.String? storageManagement;