Show / Hide Table of Contents

Class ReplicatedRegionDetails

(For tenancies that support identity domains) Properties for a region where a replica for the identity domain exists.

Inheritance
System.Object
ReplicatedRegionDetails
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class ReplicatedRegionDetails : object

Properties

Region

Declaration
public string Region { get; set; }
Property Value
Type Description
System.String

A REPLICATION_ENABLED region, e.g. us-ashburn-1. See Regions and Availability Domains for the full list of supported region names.

State

Declaration
public System.Nullable<ReplicatedRegionDetails.StateEnum> State { get; set; }
Property Value
Type Description
System.Nullable<ReplicatedRegionDetails.StateEnum>

The IDCS-replicated region state.

Url

Declaration
public string Url { get; set; }
Property Value
Type Description
System.String

Region-agnostic identity domain URL.

In This Article
Back to top