BlockVolumeAttachmentDetails

class oci.disaster_recovery.models.BlockVolumeAttachmentDetails(**kwargs)

Bases: object

Deprecated. Use the ‘ComputeInstanceNonMovableBlockVolumeAttachOperationDetails’ definition instead of this. The details for attaching or detaching a block volume.

Methods

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

Attributes

volume_attachment_reference_instance_id [Required] Gets the volume_attachment_reference_instance_id of this BlockVolumeAttachmentDetails.
__init__(**kwargs)

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

Parameters:volume_attachment_reference_instance_id (str) – The value to assign to the volume_attachment_reference_instance_id property of this BlockVolumeAttachmentDetails.
volume_attachment_reference_instance_id

[Required] Gets the volume_attachment_reference_instance_id of this BlockVolumeAttachmentDetails. The OCID of the reference compute instance needed to obtain the volume attachment details. This reference compute instance belongs to the peer DR protection group.

Example: ocid1.instance.oc1..uniqueID

Returns:The volume_attachment_reference_instance_id of this BlockVolumeAttachmentDetails.
Return type:str