Mount describes a mounting.
Refer to <a href="https://docs.alluxio.io/os/user/stable/en/ufs/S3.html\">Alluxio Storage Integrations for more info
Name | Type | Description | Notes |
---|---|---|---|
encrypt_options | list[EncryptOption] | The secret information | [optional] |
mount_point | str | MountPoint is the mount point of source. | [default to ''] |
name | str | The name of mount | [optional] |
options | dict(str, str) | The Mount Options. <br> Refer to <a href="https://docs.alluxio.io/os/user/stable/en/reference/Properties-List.html\">Mount Options</a>. <br> The option has Prefix 'fs.' And you can Learn more from <a href="https://docs.alluxio.io/os/user/stable/en/ufs/S3.html\">The Storage Integrations</a> | [optional] |
path | str | The path of mount, if not set will be /{Name} | [optional] |
read_only | bool | Optional: Defaults to false (read-write). | [optional] |
shared | bool | Optional: Defaults to false (shared). | [optional] |