BootVolumeReplicaInfo

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

Bases: object

Information about the boot volume replica in the destination availability domain.

Methods

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

Attributes

availability_domain [Required] Gets the availability_domain of this BootVolumeReplicaInfo.
boot_volume_replica_id [Required] Gets the boot_volume_replica_id of this BootVolumeReplicaInfo.
display_name [Required] Gets the display_name of this BootVolumeReplicaInfo.
__init__(**kwargs)

Initializes a new BootVolumeReplicaInfo 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 BootVolumeReplicaInfo.
  • boot_volume_replica_id (str) – The value to assign to the boot_volume_replica_id property of this BootVolumeReplicaInfo.
  • availability_domain (str) – The value to assign to the availability_domain property of this BootVolumeReplicaInfo.
availability_domain

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

Example: Uocm:PHX-AD-1

Returns:The availability_domain of this BootVolumeReplicaInfo.
Return type:str
boot_volume_replica_id

[Required] Gets the boot_volume_replica_id of this BootVolumeReplicaInfo. The boot volume replica’s Oracle ID (OCID).

Returns:The boot_volume_replica_id of this BootVolumeReplicaInfo.
Return type:str
display_name

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

Returns:The display_name of this BootVolumeReplicaInfo.
Return type:str