class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::Qos::Interface::Entry::RegularTraffic::DefaultGroup

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 192533
def _section
        :'default-group'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 192530
def has_multiple_values?
        false
end
qos_profile() click to toggle source

apply QoS profile for aggregated traffic

# File lib/palo_alto/config.rb, line 192545
def qos_profile
        prop_get('qos-profile')
end
qos_profile=(val) click to toggle source

apply QoS profile for aggregated traffic

# File lib/palo_alto/config.rb, line 192549
def qos_profile=(val)
        prop_set('qos-profile', val)
end