Show / Hide Table of Contents

Class DbSystemOptions

The DB system options.

Inheritance
object
DbSystemOptions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class DbSystemOptions

Properties

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

In this article
Back to top