class PaloAlto::XML::Config::Devices::Entry::Template::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 192258
def _section
        :'default-group'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 192255
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 192269
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 192273
def per_tunnel_qos_profile=(val)
        prop_set('per-tunnel-qos-profile', val)
end