pub struct SoftwareInventoryActivateAction {
pub targets: Option<Vec<Reference>>,
}Expand description
This action activates this software inventory instance.
This action shall activate this software inventory instance.
Fields§
§targets: Option<Vec<Reference>>The target devices to activate this software image. If not specified, the service activates this software image on all applicable devices.
This parameter shall contain an array of target devices to activate this software image. If not specified, the service shall activate this software image on all applicable devices.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SoftwareInventoryActivateAction
impl RefUnwindSafe for SoftwareInventoryActivateAction
impl Send for SoftwareInventoryActivateAction
impl Sync for SoftwareInventoryActivateAction
impl Unpin for SoftwareInventoryActivateAction
impl UnsafeUnpin for SoftwareInventoryActivateAction
impl UnwindSafe for SoftwareInventoryActivateAction
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