storageManagement property

String? storageManagement
getter/setter pair

The storage option used in DB system.

Optional. Possible string values are:

  • "STORAGE_MANAGEMENT_UNSPECIFIED" : The storage management is unspecified.
  • "ASM" : Automatic storage management.
  • "LVM" : Logical Volume management.

Implementation

core.String? storageManagement;