ComputeInstanceNonMovableBlockVolumeOperation¶
-
class
oci.disaster_recovery.models.
ComputeInstanceNonMovableBlockVolumeOperation
(**kwargs)¶ Bases:
object
The details of operations performed on a block volume.
Methods
__init__
(**kwargs)Initializes a new ComputeInstanceNonMovableBlockVolumeOperation object with values from keyword arguments. Attributes
attachment_details
Gets the attachment_details of this ComputeInstanceNonMovableBlockVolumeOperation. block_volume_id
[Required] Gets the block_volume_id of this ComputeInstanceNonMovableBlockVolumeOperation. mount_details
Gets the mount_details of this ComputeInstanceNonMovableBlockVolumeOperation. -
__init__
(**kwargs)¶ Initializes a new ComputeInstanceNonMovableBlockVolumeOperation 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 ComputeInstanceNonMovableBlockVolumeOperation.
- attachment_details (oci.disaster_recovery.models.BlockVolumeAttachmentDetails) – The value to assign to the attachment_details property of this ComputeInstanceNonMovableBlockVolumeOperation.
- mount_details (oci.disaster_recovery.models.BlockVolumeMountDetails) – The value to assign to the mount_details property of this ComputeInstanceNonMovableBlockVolumeOperation.
-
attachment_details
¶ Gets the attachment_details of this ComputeInstanceNonMovableBlockVolumeOperation.
Returns: The attachment_details of this ComputeInstanceNonMovableBlockVolumeOperation. Return type: oci.disaster_recovery.models.BlockVolumeAttachmentDetails
-
block_volume_id
¶ [Required] Gets the block_volume_id of this ComputeInstanceNonMovableBlockVolumeOperation. The OCID of the block volume.
Example: ocid1.volume.oc1..uniqueID
Returns: The block_volume_id of this ComputeInstanceNonMovableBlockVolumeOperation. Return type: str
-
mount_details
¶ Gets the mount_details of this ComputeInstanceNonMovableBlockVolumeOperation.
Returns: The mount_details of this ComputeInstanceNonMovableBlockVolumeOperation. Return type: oci.disaster_recovery.models.BlockVolumeMountDetails
-