pub enum CheckScope {
Quick,
Full,
}Expand description
How deep check() should probe.
Variants§
Quick
Inventory + gateway L2 + DNS stub up + one ICMP to gateway.
Full
Adds AAAA reachability, TCP:443 to a known public target, and the firewall posture check.
Trait Implementations§
Source§impl Clone for CheckScope
impl Clone for CheckScope
Source§fn clone(&self) -> CheckScope
fn clone(&self) -> CheckScope
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CheckScope
impl Debug for CheckScope
Source§impl<'de> Deserialize<'de> for CheckScope
impl<'de> Deserialize<'de> for CheckScope
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
Source§impl PartialEq for CheckScope
impl PartialEq for CheckScope
Source§impl Serialize for CheckScope
impl Serialize for CheckScope
impl Copy for CheckScope
impl Eq for CheckScope
impl StructuralPartialEq for CheckScope
Auto Trait Implementations§
impl Freeze for CheckScope
impl RefUnwindSafe for CheckScope
impl Send for CheckScope
impl Sync for CheckScope
impl Unpin for CheckScope
impl UnsafeUnpin for CheckScope
impl UnwindSafe for CheckScope
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