ComputeInstanceNonMovableBlockVolumeAttachAndMountOperationsDetails

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

Bases: object

The details of the block volume operations performed on the non-movable compute instance.

Methods

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

Attributes

attachments Gets the attachments of this ComputeInstanceNonMovableBlockVolumeAttachAndMountOperationsDetails.
mounts Gets the mounts of this ComputeInstanceNonMovableBlockVolumeAttachAndMountOperationsDetails.
__init__(**kwargs)

Initializes a new ComputeInstanceNonMovableBlockVolumeAttachAndMountOperationsDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
attachments

Gets the attachments of this ComputeInstanceNonMovableBlockVolumeAttachAndMountOperationsDetails. A list of details of attach or detach operations performed on block volumes.

Returns:The attachments of this ComputeInstanceNonMovableBlockVolumeAttachAndMountOperationsDetails.
Return type:list[oci.disaster_recovery.models.ComputeInstanceNonMovableBlockVolumeAttachOperationDetails]
mounts

Gets the mounts of this ComputeInstanceNonMovableBlockVolumeAttachAndMountOperationsDetails. A list of details of mount operations performed on block volumes.

Returns:The mounts of this ComputeInstanceNonMovableBlockVolumeAttachAndMountOperationsDetails.
Return type:list[oci.disaster_recovery.models.ComputeInstanceNonMovableBlockVolumeMountOperationDetails]