Show / Hide Table of Contents

Class CloudDatabaseManagementConfig

The configuration of the Database Management service.

Inheritance
object
CloudDatabaseManagementConfig
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 CloudDatabaseManagementConfig

Properties

ManagementStatus

Declaration
[Required(ErrorMessage = "ManagementStatus is required.")]
[JsonProperty(PropertyName = "managementStatus")]
[JsonConverter(typeof(ResponseEnumConverter))]
public CloudDatabaseManagementConfig.ManagementStatusEnum? ManagementStatus { get; set; }
Property Value
Type Description
CloudDatabaseManagementConfig.ManagementStatusEnum?

The status of the Database Management service.

Remarks

Required

ManagementType

Declaration
[Required(ErrorMessage = "ManagementType is required.")]
[JsonProperty(PropertyName = "managementType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public CloudDatabaseManagementConfig.ManagementTypeEnum? ManagementType { get; set; }
Property Value
Type Description
CloudDatabaseManagementConfig.ManagementTypeEnum?

The Database Management type.

Remarks

Required

In this article
Back to top