class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::PostRulebase::Security::Rules::Entry::Qos
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 117443 def _section :'qos' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 117440 def has_multiple_values? false end
marking()
click to toggle source
# File lib/palo_alto/config.rb, line 117531 def marking if @create_children @subclasses['marking'] ||= Marking.new(parent_instance: self, create_children: @create_children) else Marking.new(parent_instance: self) end end