manila/api-ref/source/samples/share-type-create-request.json

15 lines
418 B
JSON

{
"share_type": {
"extra_specs": {
"replication_type": "readable",
"driver_handles_share_servers": true,
"mount_snapshot_support": false,
"revert_to_snapshot_support": false,
"create_share_from_snapshot_support": true,
"snapshot_support": true
},
"share_type_access:is_public": true,
"name": "testing"
}
}