CreateBlockVolumeAttachmentDetails¶
-
class
oci.disaster_recovery.models.
CreateBlockVolumeAttachmentDetails
(**kwargs)¶ Bases:
object
The details for creating a block volume attachment.
Methods
__init__
(**kwargs)Initializes a new CreateBlockVolumeAttachmentDetails object with values from keyword arguments. Attributes
volume_attachment_reference_instance_id
Gets the volume_attachment_reference_instance_id of this CreateBlockVolumeAttachmentDetails. -
__init__
(**kwargs)¶ Initializes a new CreateBlockVolumeAttachmentDetails 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 CreateBlockVolumeAttachmentDetails.
-
volume_attachment_reference_instance_id
¶ Gets the volume_attachment_reference_instance_id of this CreateBlockVolumeAttachmentDetails. The OCID of the reference compute instance from which to obtain the attachment details for the volume. This reference compute instance is from the peer DR protection group.
Example: ocid1.instance.oc1..uniqueID
Returns: The volume_attachment_reference_instance_id of this CreateBlockVolumeAttachmentDetails. Return type: str
-