Show / Hide Table of Contents

Class CreateDataGuardAssociationToExistingVmClusterDetails

The configuration details for creating a Data Guard association for a ExaCC Vmcluster database. For these types of vm cluster databases, the creationType should be ExistingVmCluster. A standby database will be created in the VM cluster you specify.

Inheritance
object
CreateDataGuardAssociationDetails
CreateDataGuardAssociationToExistingVmClusterDetails
Inherited Members
CreateDataGuardAssociationDetails.DatabaseSoftwareImageId
CreateDataGuardAssociationDetails.DatabaseAdminPassword
CreateDataGuardAssociationDetails.SourceEncryptionKeyLocationDetails
CreateDataGuardAssociationDetails.ProtectionMode
CreateDataGuardAssociationDetails.TransportType
CreateDataGuardAssociationDetails.IsActiveDataGuardEnabled
CreateDataGuardAssociationDetails.PeerDbUniqueName
CreateDataGuardAssociationDetails.PeerSidPrefix
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class CreateDataGuardAssociationToExistingVmClusterDetails : CreateDataGuardAssociationDetails

Properties

PeerDbHomeId

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

The OCID of the DB home in which to create the standby database. You must supply this value to create standby database with an existing DB home

PeerVmClusterId

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

The OCID of the VM Cluster in which to create the standby database. You must supply this value if creationType is ExistingVmCluster.

In this article
Back to top