BootVolumeReplicaDetails

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

Bases: object

Contains the details for the boot volume replica

Methods

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

Attributes

availability_domain [Required] Gets the availability_domain of this BootVolumeReplicaDetails.
display_name Gets the display_name of this BootVolumeReplicaDetails.
xrr_kms_key_id Gets the xrr_kms_key_id of this BootVolumeReplicaDetails.
__init__(**kwargs)

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

Parameters:
  • display_name (str) – The value to assign to the display_name property of this BootVolumeReplicaDetails.
  • availability_domain (str) – The value to assign to the availability_domain property of this BootVolumeReplicaDetails.
  • xrr_kms_key_id (str) – The value to assign to the xrr_kms_key_id property of this BootVolumeReplicaDetails.
availability_domain

[Required] Gets the availability_domain of this BootVolumeReplicaDetails. The availability domain of the boot volume replica.

Example: Uocm:PHX-AD-1

Returns:The availability_domain of this BootVolumeReplicaDetails.
Return type:str
display_name

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

Returns:The display_name of this BootVolumeReplicaDetails.
Return type:str
xrr_kms_key_id

Gets the xrr_kms_key_id of this BootVolumeReplicaDetails. The OCID of the Vault service key which is the master encryption key for the cross region boot volume replicas, which will be used in the destination region to encrypt the boot volume replica’s encryption keys. For more information about the Vault service and encryption keys, see Overview of Vault service and Using Keys.

Returns:The xrr_kms_key_id of this BootVolumeReplicaDetails.
Return type:str