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