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
object
ReplicatedRegionDetails
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 ReplicatedRegionDetails

Properties

Region

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

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

RegionalUrl

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

Region-specific identity domain URL.

State

Declaration
[JsonProperty(PropertyName = "state")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ReplicatedRegionDetails.StateEnum? State { get; set; }
Property Value
Type Description
ReplicatedRegionDetails.StateEnum?

The IDCS-replicated region state.

Url

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

Region-agnostic identity domain URL.

In this article
Back to top