Class ManagedDatabase
The details of a Managed Database.
Inherited Members
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public class ManagedDatabase
Properties
AdditionalDetails
Declaration
[JsonProperty(PropertyName = "additionalDetails")]
public Dictionary<string, string> AdditionalDetails { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, string> | The additional details specific to a type of database defined in |
CompartmentId
Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the compartment. |
Remarks
Required
DatabasePlatformName
Declaration
[JsonProperty(PropertyName = "databasePlatformName")]
public string DatabasePlatformName { get; set; }
Property Value
Type | Description |
---|---|
string | The operating system of database. |
DatabaseStatus
Declaration
[JsonProperty(PropertyName = "databaseStatus")]
[JsonConverter(typeof(ResponseEnumConverter))]
public DatabaseStatus? DatabaseStatus { get; set; }
Property Value
Type | Description |
---|---|
DatabaseStatus? | The status of the Oracle Database. Indicates whether the status of the database is UP, DOWN, or UNKNOWN at the current time. |
DatabaseSubType
Declaration
[Required(ErrorMessage = "DatabaseSubType is required.")]
[JsonProperty(PropertyName = "databaseSubType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public DatabaseSubType? DatabaseSubType { get; set; }
Property Value
Type | Description |
---|---|
DatabaseSubType? | The subtype of the Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, Non-container Database, Autonomous Database, or Autonomous Container Database. |
Remarks
Required
DatabaseType
Declaration
[Required(ErrorMessage = "DatabaseType is required.")]
[JsonProperty(PropertyName = "databaseType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public DatabaseType? DatabaseType { get; set; }
Property Value
Type | Description |
---|---|
DatabaseType? | The type of Oracle Database installation. |
Remarks
Required
DatabaseVersion
Declaration
[JsonProperty(PropertyName = "databaseVersion")]
public string DatabaseVersion { get; set; }
Property Value
Type | Description |
---|---|
string | The Oracle Database version. |
DbSystemId
Declaration
[JsonProperty(PropertyName = "dbSystemId")]
public string DbSystemId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the external DB system that this Managed Database is part of. |
DbmgmtFeatureConfigs
Declaration
[JsonProperty(PropertyName = "dbmgmtFeatureConfigs")]
public List<DatabaseFeatureConfiguration> DbmgmtFeatureConfigs { get; set; }
Property Value
Type | Description |
---|---|
List<DatabaseFeatureConfiguration> | The list of feature configurations |
DefinedTags
Declaration
[JsonProperty(PropertyName = "definedTags")]
public Dictionary<string, Dictionary<string, object>> DefinedTags { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, Dictionary<string, object>> | Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations": {"CostCenter": "42"}} |
DeploymentType
Declaration
[JsonProperty(PropertyName = "deploymentType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public DeploymentType? DeploymentType { get; set; }
Property Value
Type | Description |
---|---|
DeploymentType? | The infrastructure used to deploy the Oracle Database. |
FreeformTags
Declaration
[JsonProperty(PropertyName = "freeformTags")]
public Dictionary<string, string> FreeformTags { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, string> | Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"} |
Id
Declaration
[Required(ErrorMessage = "Id is required.")]
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the Managed Database. |
Remarks
Required
InstanceCount
Declaration
[JsonProperty(PropertyName = "instanceCount")]
public int? InstanceCount { get; set; }
Property Value
Type | Description |
---|---|
int? | The number of Oracle Real Application Clusters (Oracle RAC) database instances. |
InstanceDetails
Declaration
[JsonProperty(PropertyName = "instanceDetails")]
public List<InstanceDetails> InstanceDetails { get; set; }
Property Value
Type | Description |
---|---|
List<InstanceDetails> | The details of the Oracle Real Application Clusters (Oracle RAC) database instances. |
IsCluster
Declaration
[Required(ErrorMessage = "IsCluster is required.")]
[JsonProperty(PropertyName = "isCluster")]
public bool? IsCluster { get; set; }
Property Value
Type | Description |
---|---|
bool? | Indicates whether the Oracle Database is part of a cluster. |
Remarks
Required
ManagedDatabaseGroups
Declaration
[JsonProperty(PropertyName = "managedDatabaseGroups")]
public List<ParentGroup> ManagedDatabaseGroups { get; set; }
Property Value
Type | Description |
---|---|
List<ParentGroup> | A list of Managed Database Groups that the Managed Database belongs to. |
ManagementOption
Declaration
[JsonProperty(PropertyName = "managementOption")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ManagementOption? ManagementOption { get; set; }
Property Value
Type | Description |
---|---|
ManagementOption? | The management option used when enabling Database Management. |
Name
Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string | The name of the Managed Database. |
Remarks
Required
ParentContainerCompartmentId
Declaration
[JsonProperty(PropertyName = "parentContainerCompartmentId")]
public string ParentContainerCompartmentId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the compartment in which the parent Container Database resides, if the Managed Database is a Pluggable Database (PDB). |
ParentContainerId
Declaration
[JsonProperty(PropertyName = "parentContainerId")]
public string ParentContainerId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the parent Container Database if Managed Database is a Pluggable Database. |
ParentContainerName
Declaration
[JsonProperty(PropertyName = "parentContainerName")]
public string ParentContainerName { get; set; }
Property Value
Type | Description |
---|---|
string | The name of the parent Container Database. |
PdbCount
Declaration
[JsonProperty(PropertyName = "pdbCount")]
public int? PdbCount { get; set; }
Property Value
Type | Description |
---|---|
int? | The number of PDBs in the Container Database. |
PdbStatus
Declaration
[JsonProperty(PropertyName = "pdbStatus")]
public List<PdbStatusDetails> PdbStatus { get; set; }
Property Value
Type | Description |
---|---|
List<PdbStatusDetails> | The status of the PDB in the Container Database. |
StorageSystemId
Declaration
[JsonProperty(PropertyName = "storageSystemId")]
public string StorageSystemId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the storage DB system. |
SystemTags
Declaration
[JsonProperty(PropertyName = "systemTags")]
public Dictionary<string, Dictionary<string, object>> SystemTags { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, Dictionary<string, object>> | System tags for this resource. Each key is predefined and scoped to a namespace.
For more information, see Resource Tags.
System tags can be viewed by users, but can only be created by the system.
|
TimeCreated
Declaration
[Required(ErrorMessage = "TimeCreated is required.")]
[JsonProperty(PropertyName = "timeCreated")]
public DateTime? TimeCreated { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The date and time the Managed Database was created. |
Remarks
Required
WorkloadType
Declaration
[JsonProperty(PropertyName = "workloadType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public WorkloadType? WorkloadType { get; set; }
Property Value
Type | Description |
---|---|
WorkloadType? | The workload type of the Autonomous Database. |