Show / Hide Table of Contents

Class CloudDbSystemDatabaseManagementConfigDetails

The configuration details of Database Management for a cloud DB system.

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

Properties

IsEnabled

Declaration
[Required(ErrorMessage = "IsEnabled is required.")]
[JsonProperty(PropertyName = "isEnabled")]
public bool? IsEnabled { get; set; }
Property Value
Type Description
bool?

The status of the associated service.

Remarks

Required

Metadata

Declaration
[JsonProperty(PropertyName = "metadata")]
public string Metadata { get; set; }
Property Value
Type Description
string

The associated service-specific inputs in JSON string format, which Database Management can identify.

In this article
Back to top