Class CloudDatabaseManagementConfig
The configuration of the Database Management service.
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class CloudDatabaseManagementConfigProperties
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