CreateComputeInstanceNonMovableBlockVolumeAttachOperationDetails¶
-
class
oci.disaster_recovery.models.
CreateComputeInstanceNonMovableBlockVolumeAttachOperationDetails
(**kwargs)¶ Bases:
object
The details for creating a block volume attachment.
Methods
__init__
(**kwargs)Initializes a new CreateComputeInstanceNonMovableBlockVolumeAttachOperationDetails object with values from keyword arguments. Attributes
block_volume_id
[Required] Gets the block_volume_id of this CreateComputeInstanceNonMovableBlockVolumeAttachOperationDetails. volume_attachment_reference_instance_id
Gets the volume_attachment_reference_instance_id of this CreateComputeInstanceNonMovableBlockVolumeAttachOperationDetails. -
__init__
(**kwargs)¶ Initializes a new CreateComputeInstanceNonMovableBlockVolumeAttachOperationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - block_volume_id (str) – The value to assign to the block_volume_id property of this CreateComputeInstanceNonMovableBlockVolumeAttachOperationDetails.
- volume_attachment_reference_instance_id (str) – The value to assign to the volume_attachment_reference_instance_id property of this CreateComputeInstanceNonMovableBlockVolumeAttachOperationDetails.
-
block_volume_id
¶ [Required] Gets the block_volume_id of this CreateComputeInstanceNonMovableBlockVolumeAttachOperationDetails. The OCID of the block volume.
Example: ocid1.volume.oc1..uniqueID
Returns: The block_volume_id of this CreateComputeInstanceNonMovableBlockVolumeAttachOperationDetails. Return type: str
-
volume_attachment_reference_instance_id
¶ Gets the volume_attachment_reference_instance_id of this CreateComputeInstanceNonMovableBlockVolumeAttachOperationDetails. 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 CreateComputeInstanceNonMovableBlockVolumeAttachOperationDetails. Return type: str
-