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:
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