Class AssociatedDatabaseDetails
Databases associated with a backup destination
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class AssociatedDatabaseDetailsProperties
DbName
Declaration
[JsonProperty(PropertyName = "dbName")]
public string DbName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The display name of the database that is associated with the backup destination. | 
Id
Declaration
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The database OCID. |