Show / Hide Table of Contents

Class ReplicaDetails

Details of replication status

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

Properties

Region

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

The replica region

Status

Declaration
[JsonProperty(PropertyName = "status")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ReplicaDetails.StatusEnum? Status { get; set; }
Property Value
Type Description
ReplicaDetails.StatusEnum?

Replication status associated with a replicationId

In this article
Back to top