tape: media_pool config api - set protected flags where required

This commit is contained in:
Dietmar Maurer 2021-01-28 15:42:32 +01:00
parent f2ca03d7d0
commit bdb62b20a3
1 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,7 @@ use crate::{
};
#[api(
protected: true,
input: {
properties: {
name: {
@ -153,6 +154,7 @@ pub enum DeletableProperty {
}
#[api(
protected: true,
input: {
properties: {
name: {
@ -231,6 +233,7 @@ pub fn update_pool(
}
#[api(
protected: true,
input: {
properties: {
name: {