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