Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 842 Bytes

SwiftModify.md

File metadata and controls

22 lines (13 loc) · 842 Bytes

Onepanel.SwiftModify

Properties

Name Type Description Notes
type String The type of storage. `type = "swift"` Storage backend compatible with OpenStack SWIFT protocol.
authUrl String The URL to OpenStack Keystone identity service. [optional]
tenantName String The name of the tenant to which the user belongs. [optional]
containerName String The name of the Swift storage container. [optional]
username String The Keystone authentication username. [optional]
password String The Keystone authentication password. [optional]

Enum: TypeEnum

  • swift (value: "swift")