class PaloAlto::XML::Config::Devices::Entry::Template::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 192178
def _section
        :'entry'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 192175
def has_multiple_values?
        false
end
name() click to toggle source

tunnel interface

# File lib/palo_alto/config.rb, line 192199
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 192203
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 192207
def qos_profile=(val)
        prop_set('qos-profile', val)
end