Show / Hide Table of Contents

Class UpdatePeerTargetDatabaseDetails

The details of the peer database used for updating the peer target database in Data Safe.

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

Properties

DatabaseDetails

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

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
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
Type Description
string

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

TlsConfig

Declaration
[JsonProperty(PropertyName = "tlsConfig")]
public TlsConfig TlsConfig { get; set; }
Property Value
Type Description
TlsConfig
In this article
Back to top