pub struct HostSnmpSystemAgentLimits {
pub max_read_only_communities: i32,
pub max_trap_destinations: i32,
pub max_community_length: i32,
pub max_buffer_size: i32,
pub capability: HostSnmpAgentCapabilityEnum,
}Expand description
§How to access
HostSnmpSystem::limits
Fields§
§max_read_only_communities: i32number of allowed communities
max_trap_destinations: i32number of allowed destinations for notifications
max_community_length: i32Max length of community
max_buffer_size: i32SNMP input buffer size
capability: HostSnmpAgentCapabilityEnumSupported Capability for this agent
Trait Implementations§
Source§impl Debug for HostSnmpSystemAgentLimits
impl Debug for HostSnmpSystemAgentLimits
Source§impl VimObjectTrait for HostSnmpSystemAgentLimits
impl VimObjectTrait for HostSnmpSystemAgentLimits
fn as_vim_object_ref<'a>(&'a self) -> &'a dyn VimObjectTrait
fn data_type(&self) -> StructType
impl DataObjectTrait for HostSnmpSystemAgentLimits
Auto Trait Implementations§
impl Freeze for HostSnmpSystemAgentLimits
impl RefUnwindSafe for HostSnmpSystemAgentLimits
impl Send for HostSnmpSystemAgentLimits
impl Sync for HostSnmpSystemAgentLimits
impl Unpin for HostSnmpSystemAgentLimits
impl UnsafeUnpin for HostSnmpSystemAgentLimits
impl UnwindSafe for HostSnmpSystemAgentLimits
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