pub struct GetOutput {Show 42 fields
pub datastore_allocate: Option<bool>,
pub datastore_allocatespace: Option<bool>,
pub datastore_allocatetemplate: Option<bool>,
pub datastore_audit: Option<bool>,
pub group_allocate: Option<bool>,
pub mapping_audit: Option<bool>,
pub mapping_modify: Option<bool>,
pub mapping_use: Option<bool>,
pub permissions_modify: Option<bool>,
pub pool_allocate: Option<bool>,
pub pool_audit: Option<bool>,
pub realm_allocate: Option<bool>,
pub realm_allocateuser: Option<bool>,
pub sdn_allocate: Option<bool>,
pub sdn_audit: Option<bool>,
pub sdn_use: Option<bool>,
pub sys_accessnetwork: Option<bool>,
pub sys_audit: Option<bool>,
pub sys_console: Option<bool>,
pub sys_incoming: Option<bool>,
pub sys_modify: Option<bool>,
pub sys_powermgmt: Option<bool>,
pub sys_syslog: Option<bool>,
pub user_modify: Option<bool>,
pub vm_allocate: Option<bool>,
pub vm_audit: Option<bool>,
pub vm_backup: Option<bool>,
pub vm_clone: Option<bool>,
pub vm_config_cdrom: Option<bool>,
pub vm_config_cpu: Option<bool>,
pub vm_config_cloudinit: Option<bool>,
pub vm_config_disk: Option<bool>,
pub vm_config_hwtype: Option<bool>,
pub vm_config_memory: Option<bool>,
pub vm_config_network: Option<bool>,
pub vm_config_options: Option<bool>,
pub vm_console: Option<bool>,
pub vm_migrate: Option<bool>,
pub vm_monitor: Option<bool>,
pub vm_powermgmt: Option<bool>,
pub vm_snapshot: Option<bool>,
pub vm_snapshot_rollback: Option<bool>,
}
Fields§
§datastore_allocate: Option<bool>
§datastore_allocatespace: Option<bool>
§datastore_allocatetemplate: Option<bool>
§datastore_audit: Option<bool>
§group_allocate: Option<bool>
§mapping_audit: Option<bool>
§mapping_modify: Option<bool>
§mapping_use: Option<bool>
§permissions_modify: Option<bool>
§pool_allocate: Option<bool>
§pool_audit: Option<bool>
§realm_allocate: Option<bool>
§realm_allocateuser: Option<bool>
§sdn_allocate: Option<bool>
§sdn_audit: Option<bool>
§sdn_use: Option<bool>
§sys_accessnetwork: Option<bool>
§sys_audit: Option<bool>
§sys_console: Option<bool>
§sys_incoming: Option<bool>
§sys_modify: Option<bool>
§sys_powermgmt: Option<bool>
§sys_syslog: Option<bool>
§user_modify: Option<bool>
§vm_allocate: Option<bool>
§vm_audit: Option<bool>
§vm_backup: Option<bool>
§vm_clone: Option<bool>
§vm_config_cdrom: Option<bool>
§vm_config_cpu: Option<bool>
§vm_config_cloudinit: Option<bool>
§vm_config_disk: Option<bool>
§vm_config_hwtype: Option<bool>
§vm_config_memory: Option<bool>
§vm_config_network: Option<bool>
§vm_config_options: Option<bool>
§vm_console: Option<bool>
§vm_migrate: Option<bool>
§vm_monitor: Option<bool>
§vm_powermgmt: Option<bool>
§vm_snapshot: Option<bool>
§vm_snapshot_rollback: Option<bool>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for GetOutput
impl<'de> Deserialize<'de> for GetOutput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for GetOutput
impl RefUnwindSafe for GetOutput
impl Send for GetOutput
impl Sync for GetOutput
impl Unpin for GetOutput
impl UnwindSafe for GetOutput
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more