Show / Hide Table of Contents

Class AssociatedDatabaseDetails

Databases associated with a backup destination

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

Properties

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.

In this article
Back to top