UpdateSourceVolumeToDestinationEncryptionKeyMappingDetails¶
-
class
oci.disaster_recovery.models.
UpdateSourceVolumeToDestinationEncryptionKeyMappingDetails
(**kwargs)¶ Bases:
object
Update source volume ID to destination customer managed vault and encryption key ID mapping for a volume group.
Methods
__init__
(**kwargs)Initializes a new UpdateSourceVolumeToDestinationEncryptionKeyMappingDetails object with values from keyword arguments. Attributes
destination_encryption_key
[Required] Gets the destination_encryption_key of this UpdateSourceVolumeToDestinationEncryptionKeyMappingDetails. source_volume_id
[Required] Gets the source_volume_id of this UpdateSourceVolumeToDestinationEncryptionKeyMappingDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateSourceVolumeToDestinationEncryptionKeyMappingDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - source_volume_id (str) – The value to assign to the source_volume_id property of this UpdateSourceVolumeToDestinationEncryptionKeyMappingDetails.
- destination_encryption_key (oci.disaster_recovery.models.UpdateVaultAndEncryptionKeyDetails) – The value to assign to the destination_encryption_key property of this UpdateSourceVolumeToDestinationEncryptionKeyMappingDetails.
-
destination_encryption_key
¶ [Required] Gets the destination_encryption_key of this UpdateSourceVolumeToDestinationEncryptionKeyMappingDetails.
Returns: The destination_encryption_key of this UpdateSourceVolumeToDestinationEncryptionKeyMappingDetails. Return type: oci.disaster_recovery.models.UpdateVaultAndEncryptionKeyDetails
-
source_volume_id
¶ [Required] Gets the source_volume_id of this UpdateSourceVolumeToDestinationEncryptionKeyMappingDetails. The OCID of the source boot volume or block volume.
Example: ocid1.volume.oc1..uniqueIDReturns: The source_volume_id of this UpdateSourceVolumeToDestinationEncryptionKeyMappingDetails. Return type: str
-