UpdateComputeInstanceNonMovableBlockVolumeOperationDetails

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

Bases: object

The details for updating the operations performed on a block volume.

Methods

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

Attributes

attachment_details Gets the attachment_details of this UpdateComputeInstanceNonMovableBlockVolumeOperationDetails.
block_volume_id [Required] Gets the block_volume_id of this UpdateComputeInstanceNonMovableBlockVolumeOperationDetails.
mount_details Gets the mount_details of this UpdateComputeInstanceNonMovableBlockVolumeOperationDetails.
__init__(**kwargs)

Initializes a new UpdateComputeInstanceNonMovableBlockVolumeOperationDetails 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 UpdateComputeInstanceNonMovableBlockVolumeOperationDetails.

Returns:The attachment_details of this UpdateComputeInstanceNonMovableBlockVolumeOperationDetails.
Return type:oci.disaster_recovery.models.UpdateBlockVolumeAttachmentDetails
block_volume_id

[Required] Gets the block_volume_id of this UpdateComputeInstanceNonMovableBlockVolumeOperationDetails. The OCID of the block volume.

Example: ocid1.volume.oc1..uniqueID

Returns:The block_volume_id of this UpdateComputeInstanceNonMovableBlockVolumeOperationDetails.
Return type:str
mount_details

Gets the mount_details of this UpdateComputeInstanceNonMovableBlockVolumeOperationDetails.

Returns:The mount_details of this UpdateComputeInstanceNonMovableBlockVolumeOperationDetails.
Return type:oci.disaster_recovery.models.UpdateBlockVolumeMountDetails