Show / Hide Table of Contents

Class PeerTargetDatabaseSummary

The details of the peer target database in Data Safe.

Inheritance
object
PeerTargetDatabaseSummary
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatasafeService.Models
Assembly: OCI.DotNetSDK.Datasafe.dll
Syntax
public class PeerTargetDatabaseSummary

Properties

DatabaseUniqueName

Declaration
[JsonProperty(PropertyName = "databaseUniqueName")]
public string DatabaseUniqueName { get; set; }
Property Value
Type Description
string

Unique name of the database associated to the peer target database.

DataguardAssociationId

Declaration
[Required(ErrorMessage = "DataguardAssociationId is required.")]
[JsonProperty(PropertyName = "dataguardAssociationId")]
public string DataguardAssociationId { get; set; }
Property Value
Type Description
string

The OCID of the Data Guard Association resource in which the database associated to the peer target database is considered as peer database to the primary database.

Remarks

Required

Description

Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Type Description
string

The description of the peer target database in Data Safe.

DisplayName

Declaration
[Required(ErrorMessage = "DisplayName is required.")]
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
Type Description
string

The display name of the peer target database in Data Safe.

Remarks

Required

Key

Declaration
[Required(ErrorMessage = "Key is required.")]
[JsonProperty(PropertyName = "key")]
public int? Key { get; set; }
Property Value
Type Description
int?

The secondary id assigned for the peer target database in Data Safe.

Remarks

Required

LifecycleDetails

Declaration
[JsonProperty(PropertyName = "lifecycleDetails")]
public string LifecycleDetails { get; set; }
Property Value
Type Description
string

Details about the current state of the peer target database in Data Safe.

LifecycleState

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

The current state of the peer target database in Data Safe.

Remarks

Required

Role

Declaration
[JsonProperty(PropertyName = "role")]
public string Role { get; set; }
Property Value
Type Description
string

Role of the database associated to the peer target database.

TimeCreated

Declaration
[Required(ErrorMessage = "TimeCreated is required.")]
[JsonProperty(PropertyName = "timeCreated")]
public DateTime? TimeCreated { get; set; }
Property Value
Type Description
DateTime?

The date and time of the peer target database registration in Data Safe.

Remarks

Required

In this article
Back to top