Class UpdatePeerTargetDatabaseDetails
The details of the peer database used for updating the peer target database in Data Safe.
Inheritance
UpdatePeerTargetDatabaseDetails
Assembly: OCI.DotNetSDK.Datasafe.dll
Syntax
public class UpdatePeerTargetDatabaseDetails
Properties
DatabaseDetails
Declaration
[JsonProperty(PropertyName = "databaseDetails")]
public DatabaseDetails DatabaseDetails { get; set; }
Property Value
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