Class CreateVaultReplicaDetails
Creates a vault replica.
Inherited Members
Namespace: Oci.KeymanagementService.Models
Assembly: OCI.DotNetSDK.Keymanagement.dll
Syntax
public class CreateVaultReplicaDetailsProperties
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 |