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