Class DrProtectionGroupMemberDatabase
The properties for a Base Database or Exadata Database member of a DR protection group.
Inherited Members
Namespace: Oci.DisasterrecoveryService.Models
Assembly: OCI.DotNetSDK.Disasterrecovery.dll
Syntax
public class DrProtectionGroupMemberDatabase : DrProtectionGroupMember
Properties
PasswordVaultSecretId
Declaration
[JsonProperty(PropertyName = "passwordVaultSecretId")]
public string PasswordVaultSecretId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the vault secret where the database SYSDBA password is stored.
This password is used for performing database DR operations.
|