Name | Type | Description | Notes |
---|---|---|---|
type | String | Type of the modified storage. Must be given explicitly and must match the actual type of subject storage - this redundancy is needed due to limitations of OpenAPI polymorphism. `type = "ceph"` (DEPRECATED - use Ceph RADOS instead) storage backend compatible with Ceph object storage, using the deprecated `libradosstriper` library. | |
username | String | The username of the Ceph cluster administrator. | [optional] |
key | String | The admin key to access the Ceph cluster. | [optional] |
monitorHostname | String | The monitor hostname. | [optional] |
clusterName | String | The Ceph cluster name. | [optional] |
poolName | String | The Ceph pool name. | [optional] |
ceph
(value:"ceph"
)