Class DbSystemOptions
The DB system options.
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class DbSystemOptionsProperties
StorageManagement
Declaration
[JsonProperty(PropertyName = "storageManagement")]
[JsonConverter(typeof(ResponseEnumConverter))]
public DbSystemOptions.StorageManagementEnum? StorageManagement { get; set; }Property Value
| Type | Description | 
|---|---|
| DbSystemOptions.StorageManagementEnum? | The storage option used in DB system. ASM - Automatic storage management LVM - Logical Volume management |