Show / Hide Table of Contents

Class ReplicationMetadata

Replication metadata, it has information about replication and target region.

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

Properties

ReplicationDetails

Declaration
[JsonProperty(PropertyName = "replicationDetails")]
public List<ReplicationDetails> ReplicationDetails { get; set; }
Property Value
Type Description
List<ReplicationDetails>

List of all regions and their respective resource ID.

In this article
Back to top