class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::Qos::Interface::Entry::RegularTraffic::Groups::Entry::Members::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 192362 def _section :'entry' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 192359 def has_multiple_values? false end
match()
click to toggle source
# File lib/palo_alto/config.rb, line 192458 def match @subclasses['match'] ||= Match.new(parent_instance: self, create_children: @create_children) end
name()
click to toggle source
name of this QoS member entity
# File lib/palo_alto/config.rb, line 192474 def name prop_get('@name') end
qos_profile()
click to toggle source
apply QoS profile for traffic go through the group of hosts
# File lib/palo_alto/config.rb, line 192478 def qos_profile prop_get('qos-profile') end
qos_profile=(val)
click to toggle source
apply QoS profile for traffic go through the group of hosts
# File lib/palo_alto/config.rb, line 192482 def qos_profile=(val) prop_set('qos-profile', val) end