Show / Hide Table of Contents

Class DeleteVaultReplicaDetails

Deletes a vault replica

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

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 on which the replica should be deleted

Remarks

Required

In this article
Back to top