class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Deviceconfig::Setting::JumboFrame
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 266119 def _section :'jumbo-frame' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 266116 def has_multiple_values? false end
mtu()
click to toggle source
device MTU excluding Ethernet header
# File lib/palo_alto/config.rb, line 266131 def mtu prop_get('mtu') end
mtu=(val)
click to toggle source
device MTU excluding Ethernet header
# File lib/palo_alto/config.rb, line 266135 def mtu=(val) prop_set('mtu', val) end