Show / Hide Table of Contents

Class UpdateOkeClusterVaultMappingDetails

Update source-to-destination mapping for a vault.

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

Properties

DestinationVaultId

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

The OCID of the destination Vault.
Example: ocid1.vault.oc1..uniqueID

Remarks

Required

SourceVaultId

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

The OCID of the source Vault.
Example: ocid1.vault.oc1..uniqueID

Remarks

Required

In this article
Back to top