Class CreateOkeClusterVaultMappingDetails
Create source-to-destination mapping for a vault.
Inherited Members
Namespace: Oci.DisasterrecoveryService.Models
Assembly: OCI.DotNetSDK.Disasterrecovery.dll
Syntax
public class CreateOkeClusterVaultMappingDetails
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.
|
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.
|
Remarks
Required