Show / Hide Table of Contents

Class CreateVaultReplicaDetails

Creates a vault replica.

Inheritance
object
CreateVaultReplicaDetails
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 CreateVaultReplicaDetails

Properties

ReplicaRegion

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

The region in the realm to which the vault need to be replicated to

Remarks

Required

ReplicaVaultMetadata

Declaration
[JsonProperty(PropertyName = "replicaVaultMetadata")]
public ReplicaVaultMetadata ReplicaVaultMetadata { get; set; }
Property Value
Type Description
ReplicaVaultMetadata
In this article
Back to top