CopyVolumeGroupBackupDetails

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

Bases: object

CopyVolumeGroupBackupDetails model.

Methods

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

Attributes

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

Initializes a new CopyVolumeGroupBackupDetails 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 CopyVolumeGroupBackupDetails.
  • display_name (str) – The value to assign to the display_name property of this CopyVolumeGroupBackupDetails.
  • kms_key_id (str) – The value to assign to the kms_key_id property of this CopyVolumeGroupBackupDetails.
destination_region

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

Example: us-ashburn-1

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

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

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

Gets the kms_key_id of this CopyVolumeGroupBackupDetails. The OCID of the Vault service key in the destination region which will be the master encryption key for the copied volume group backup. If you do not specify this attribute the volume group 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 CopyVolumeGroupBackupDetails.
Return type:str