Show / Hide Table of Contents

Class CreateCatalogPeerWithExadbXsDetails

Details required for creation of ExadbXs infrastructure based catalog peer.

Inheritance
object
CreateCatalogPeerWithExadbXsDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DistributeddatabaseService.Models
Assembly: OCI.DotNetSDK.Distributeddatabase.dll
Syntax
public class CreateCatalogPeerWithExadbXsDetails

Properties

ProtectionMode

Declaration
[JsonProperty(PropertyName = "protectionMode")]
[JsonConverter(typeof(StringEnumConverter))]
public DistributedDbProtectionMode? ProtectionMode { get; set; }
Property Value
Type Description
DistributedDbProtectionMode?

The protectionMode for the catalog peer.

TransportType

Declaration
[JsonProperty(PropertyName = "transportType")]
[JsonConverter(typeof(StringEnumConverter))]
public DistributedDbTransportType? TransportType { get; set; }
Property Value
Type Description
DistributedDbTransportType?

The redo transport type to use for this Data Guard association.

VmClusterId

Declaration
[Required(ErrorMessage = "VmClusterId is required.")]
[JsonProperty(PropertyName = "vmClusterId")]
public string VmClusterId { get; set; }
Property Value
Type Description
string

The OCID of the VM Cluster for the catalog peer.

Remarks

Required

In this article
Back to top