class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::Qos::Interface::Entry::TunnelTraffic::Groups::Entry::Members::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 298726 def _section :'entry' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 298723 def has_multiple_values? false end
name()
click to toggle source
tunnel interface
# File lib/palo_alto/config.rb, line 298747 def name prop_get('@name') end
qos_profile()
click to toggle source
apply QoS profile for traffic go through the tunnel interface
# File lib/palo_alto/config.rb, line 298751 def qos_profile prop_get('qos-profile') end
qos_profile=(val)
click to toggle source
apply QoS profile for traffic go through the tunnel interface
# File lib/palo_alto/config.rb, line 298755 def qos_profile=(val) prop_set('qos-profile', val) end