Show / Hide Table of Contents

Class EnableReplicationToRegionDetails

(For tenancies that support identity domains) Identity domain replication request packet.

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

Properties

ReplicaRegion

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

A region to which you want identity domain replication to occur. See Regions and Availability Domains for the full list of supported region names.
Example: us-phoenix-1

In this article
Back to top