tape: media_pool config api - set protected flags where required
This commit is contained in:
parent
f2ca03d7d0
commit
bdb62b20a3
|
@ -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: {
|
||||
|
|
Loading…
Reference in New Issue