Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.73 KB

StorageModifyDetails.md

File metadata and controls

29 lines (18 loc) · 1.73 KB

Onepanel.StorageModifyDetails

Properties

Name Type Description Notes
name String The name of storage. [optional]
timeout Number Storage operation timeout in milliseconds. [optional]
lumaFeed String Type of feed for LUMA DB. Feed is a source of user/group mappings used to populate the LUMA DB. For more info please read: https://onedata.org/#/home/documentation/doc/administering_onedata/luma.html [optional]
lumaFeedUrl String URL of external feed for LUMA DB. Relevant only if lumaFeed equals `external`. [optional]
lumaFeedApiKey String API key checked by external service used as feed for LUMA DB. Relevant only if lumaFeed equals `external`. [optional]
qosParameters {String: String} Map with key-value pairs used for describing storage QoS parameters. Overrides all previously set parameters. [optional]
importedStorage Boolean Defines whether storage contains existing data to be imported. [optional]
archiveStorage Boolean Defines whether storage supports long-term dataset archiving. [optional]
readonly Boolean Defines whether the storage is readonly. If enabled, Oneprovider will block any operation that writes, modifies or deletes data on the storage. Such storage can only be used to import data into the space. Mandatory to ensure proper behaviour if the backend storage is actually configured as readonly. This option is available only for imported storages. [optional]

Enum: LumaFeedEnum

  • auto (value: "auto")

  • local (value: "local")

  • external (value: "external")