FileStorageMountDetails¶
-
class
oci.iot.models.FileStorageMountDetails(**kwargs)¶ Bases:
objectDetails about a File Storage mount for an IoT flow runtime.
Methods
__init__(**kwargs)Initializes a new FileStorageMountDetails object with values from keyword arguments. Attributes
export_id[Required] Gets the export_id of this FileStorageMountDetails. mount_path[Required] Gets the mount_path of this FileStorageMountDetails. mount_target_id[Required] Gets the mount_target_id of this FileStorageMountDetails. -
__init__(**kwargs)¶ Initializes a new FileStorageMountDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - mount_path (str) – The value to assign to the mount_path property of this FileStorageMountDetails.
- mount_target_id (str) – The value to assign to the mount_target_id property of this FileStorageMountDetails.
- export_id (str) – The value to assign to the export_id property of this FileStorageMountDetails.
-
export_id¶ [Required] Gets the export_id of this FileStorageMountDetails. The OCID of the File Storage export.
Returns: The export_id of this FileStorageMountDetails. Return type: str
-
mount_path¶ [Required] Gets the mount_path of this FileStorageMountDetails. The path relative to /mnt where the File Storage export is mounted. Do not include a leading slash or the /mnt prefix.
Returns: The mount_path of this FileStorageMountDetails. Return type: str
-
mount_target_id¶ [Required] Gets the mount_target_id of this FileStorageMountDetails. The OCID of the File Storage mount target.
Returns: The mount_target_id of this FileStorageMountDetails. Return type: str
-