Class CreateDataGuardAssociationDetails
The configuration details for creating a Data Guard association between databases.
Warning: Oracle recommends that you avoid using any confidential information when you supply string values using the API.
Inheritance
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
[JsonConverter(typeof(CreateDataGuardAssociationDetailsModelConverter))]
public class CreateDataGuardAssociationDetailsProperties
DatabaseAdminPassword
Declaration
[Required(ErrorMessage = "DatabaseAdminPassword is required.")]
[JsonProperty(PropertyName = "databaseAdminPassword")]
public string DatabaseAdminPassword { get; set; }Property Value
| Type | Description | 
|---|---|
| string | A strong password for the  
 | 
Remarks
Required
DatabaseSoftwareImageId
Declaration
[JsonProperty(PropertyName = "databaseSoftwareImageId")]
public string DatabaseSoftwareImageId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The database software image OCID | 
IsActiveDataGuardEnabled
Declaration
[JsonProperty(PropertyName = "isActiveDataGuardEnabled")]
public bool? IsActiveDataGuardEnabled { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | True if active Data Guard is enabled. | 
PeerDbUniqueName
Declaration
[JsonProperty(PropertyName = "peerDbUniqueName")]
public string PeerDbUniqueName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Specifies the  | 
PeerSidPrefix
Declaration
[JsonProperty(PropertyName = "peerSidPrefix")]
public string PeerSidPrefix { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Specifies a prefix for the  | 
ProtectionMode
Declaration
[Required(ErrorMessage = "ProtectionMode is required.")]
[JsonProperty(PropertyName = "protectionMode")]
[JsonConverter(typeof(StringEnumConverter))]
public CreateDataGuardAssociationDetails.ProtectionModeEnum? ProtectionMode { get; set; }Property Value
| Type | Description | 
|---|---|
| CreateDataGuardAssociationDetails.ProtectionModeEnum? | The protection mode to set up between the primary and standby databases. For more information, see
Oracle Data Guard Protection Modes
in the Oracle Data Guard documentation.
 | 
Remarks
Required
SourceEncryptionKeyLocationDetails
Declaration
[JsonProperty(PropertyName = "sourceEncryptionKeyLocationDetails")]
public EncryptionKeyLocationDetails SourceEncryptionKeyLocationDetails { get; set; }Property Value
| Type | Description | 
|---|---|
| EncryptionKeyLocationDetails | 
TransportType
Declaration
[Required(ErrorMessage = "TransportType is required.")]
[JsonProperty(PropertyName = "transportType")]
[JsonConverter(typeof(StringEnumConverter))]
public CreateDataGuardAssociationDetails.TransportTypeEnum? TransportType { get; set; }Property Value
| Type | Description | 
|---|---|
| CreateDataGuardAssociationDetails.TransportTypeEnum? | The redo transport type to use for this Data Guard association.  Valid values depend on the specified  
 | 
Remarks
Required