UpdateFileSystemUnmountDetails

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

Bases: object

The details for updating the unmount properties of a file system.

Methods

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

Attributes

mount_target_id Gets the mount_target_id of this UpdateFileSystemUnmountDetails.
__init__(**kwargs)

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

Parameters:mount_target_id (str) – The value to assign to the mount_target_id property of this UpdateFileSystemUnmountDetails.
mount_target_id

Gets the mount_target_id of this UpdateFileSystemUnmountDetails. The OCID of the mount target for this file system.

Example: ocid1.mounttarget.oc1..uniqueID

Returns:The mount_target_id of this UpdateFileSystemUnmountDetails.
Return type:str