pub struct ManagerForceFailoverAction {
pub new_manager: Option<Reference>,
}Expand description
The ForceFailover action forces a failover of this manager to the manager used in the parameter.
This action shall perform a forced failover of the manager’s redundancy to the manager supplied as a parameter.
Fields§
§new_manager: Option<Reference>The manager to which to fail over.
This parameter shall contain the manager to which to fail over.
Trait Implementations§
Source§impl Debug for ManagerForceFailoverAction
impl Debug for ManagerForceFailoverAction
Auto Trait Implementations§
impl Freeze for ManagerForceFailoverAction
impl RefUnwindSafe for ManagerForceFailoverAction
impl Send for ManagerForceFailoverAction
impl Sync for ManagerForceFailoverAction
impl Unpin for ManagerForceFailoverAction
impl UnsafeUnpin for ManagerForceFailoverAction
impl UnwindSafe for ManagerForceFailoverAction
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