CreateComputeInstanceNonMovableBlockVolumeAttachAndMountOperationsDetails¶
- 
class oci.disaster_recovery.models.CreateComputeInstanceNonMovableBlockVolumeAttachAndMountOperationsDetails(**kwargs)¶
- Bases: - object- The details for creating the operations performed on a block volume. - Methods - __init__(**kwargs)- Initializes a new CreateComputeInstanceNonMovableBlockVolumeAttachAndMountOperationsDetails object with values from keyword arguments. - Attributes - attachments- Gets the attachments of this CreateComputeInstanceNonMovableBlockVolumeAttachAndMountOperationsDetails. - mounts- Gets the mounts of this CreateComputeInstanceNonMovableBlockVolumeAttachAndMountOperationsDetails. - 
__init__(**kwargs)¶
- Initializes a new CreateComputeInstanceNonMovableBlockVolumeAttachAndMountOperationsDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - attachments (list[oci.disaster_recovery.models.CreateComputeInstanceNonMovableBlockVolumeAttachOperationDetails]) – The value to assign to the attachments property of this CreateComputeInstanceNonMovableBlockVolumeAttachAndMountOperationsDetails.
- mounts (list[oci.disaster_recovery.models.CreateComputeInstanceNonMovableBlockVolumeMountOperationDetails]) – The value to assign to the mounts property of this CreateComputeInstanceNonMovableBlockVolumeAttachAndMountOperationsDetails.
 
 - 
attachments¶
- Gets the attachments of this CreateComputeInstanceNonMovableBlockVolumeAttachAndMountOperationsDetails. A list of details of attach or detach operations performed on block volumes. - Returns: - The attachments of this CreateComputeInstanceNonMovableBlockVolumeAttachAndMountOperationsDetails. - Return type: - list[oci.disaster_recovery.models.CreateComputeInstanceNonMovableBlockVolumeAttachOperationDetails] 
 - 
mounts¶
- Gets the mounts of this CreateComputeInstanceNonMovableBlockVolumeAttachAndMountOperationsDetails. A list of details of mount operations performed on block volumes. - Returns: - The mounts of this CreateComputeInstanceNonMovableBlockVolumeAttachAndMountOperationsDetails. - Return type: - list[oci.disaster_recovery.models.CreateComputeInstanceNonMovableBlockVolumeMountOperationDetails] 
 
-