CopyBootVolumeBackupDetails

class oci.core.models.CopyBootVolumeBackupDetails(**kwargs)

Bases: object

CopyBootVolumeBackupDetails model.

Methods

__init__(**kwargs) Initializes a new CopyBootVolumeBackupDetails object with values from keyword arguments.

Attributes

destination_region [Required] Gets the destination_region of this CopyBootVolumeBackupDetails.
display_name Gets the display_name of this CopyBootVolumeBackupDetails.
kms_key_id Gets the kms_key_id of this CopyBootVolumeBackupDetails.
__init__(**kwargs)

Initializes a new CopyBootVolumeBackupDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • destination_region (str) – The value to assign to the destination_region property of this CopyBootVolumeBackupDetails.
  • display_name (str) – The value to assign to the display_name property of this CopyBootVolumeBackupDetails.
  • kms_key_id (str) – The value to assign to the kms_key_id property of this CopyBootVolumeBackupDetails.
destination_region

[Required] Gets the destination_region of this CopyBootVolumeBackupDetails. The name of the destination region.

Example: us-ashburn-1

Returns:The destination_region of this CopyBootVolumeBackupDetails.
Return type:str
display_name

Gets the display_name of this CopyBootVolumeBackupDetails. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.

Returns:The display_name of this CopyBootVolumeBackupDetails.
Return type:str
kms_key_id

Gets the kms_key_id of this CopyBootVolumeBackupDetails. The OCID of the Vault service key in the destination region which will be the master encryption key for the copied boot volume backup. If you do not specify this attribute the boot volume backup will be encrypted with the Oracle-provided encryption key when it is copied to the destination region.

For more information about the Vault service and encryption keys, see Overview of Vault service and Using Keys.

Returns:The kms_key_id of this CopyBootVolumeBackupDetails.
Return type:str