Class DrProtectionGroupMemberVolumeGroup
The properties for a volume group member of a DR protection group.
Inherited Members
Namespace: Oci.DisasterrecoveryService.Models
Assembly: OCI.DotNetSDK.Disasterrecovery.dll
Syntax
public class DrProtectionGroupMemberVolumeGroup : DrProtectionGroupMember
Properties
CommonDestinationKey
Declaration
[JsonProperty(PropertyName = "commonDestinationKey")]
public VaultAndEncryptionKey CommonDestinationKey { get; set; }
Property Value
Type | Description |
---|---|
VaultAndEncryptionKey |
DestinationBackupPolicyId
Declaration
[JsonProperty(PropertyName = "destinationBackupPolicyId")]
public string DestinationBackupPolicyId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the backup policy to use in the destination region. This policy will be used to create backups for this volume group after it moves the destination region.
|
SourceVolumeToDestinationEncryptionKeyMappings
Declaration
[JsonProperty(PropertyName = "sourceVolumeToDestinationEncryptionKeyMappings")]
public List<SourceVolumeToDestinationEncryptionKeyMapping> SourceVolumeToDestinationEncryptionKeyMappings { get; set; }
Property Value
Type | Description |
---|---|
List<SourceVolumeToDestinationEncryptionKeyMapping> | A list of mappings between source volume IDs in the volume group and customer-managed encryption keys in the
destination region which will be used to encrypt the volume after it moves to the destination region.
|