| 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 hostname (IP address or FQDN) of the Ceph monitor service. | [optional] |
| clusterName | String | The name of the Ceph storage cluster. | [optional] |
| poolName | String | The name of the Ceph pool – the logical partition for object storage. | [optional] |
ceph(value:"ceph")