class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::Qos::Interface::Entry::TunnelTraffic::DefaultGroup
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 298806 def _section :'default-group' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 298803 def has_multiple_values? false end
per_tunnel_qos_profile()
click to toggle source
apply QoS profile for traffic go through each tunnel interface
# File lib/palo_alto/config.rb, line 298817 def per_tunnel_qos_profile prop_get('per-tunnel-qos-profile') end
per_tunnel_qos_profile=(val)
click to toggle source
apply QoS profile for traffic go through each tunnel interface
# File lib/palo_alto/config.rb, line 298821 def per_tunnel_qos_profile=(val) prop_set('per-tunnel-qos-profile', val) end