UpdateBlockVolumeMountDetails

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

Bases: object

The details for updating the file system mount on a block volume.

Methods

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

Attributes

mount_point Gets the mount_point of this UpdateBlockVolumeMountDetails.
__init__(**kwargs)

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

Parameters:mount_point (str) – The value to assign to the mount_point property of this UpdateBlockVolumeMountDetails.
mount_point

Gets the mount_point of this UpdateBlockVolumeMountDetails. The physical mount point used for mounting the file system on a block volume.

Example: /mnt/yourmountpoint

Returns:The mount_point of this UpdateBlockVolumeMountDetails.
Return type:str