class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Vsys::Entry::LogSettings__11::Correlation::MatchList::Entry::Actions::Entry::Type

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 222191
def _section
        :'type'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 222188
def has_multiple_values?
        true
end
integration() click to toggle source
# File lib/palo_alto/config.rb, line 222215
def integration
        @subclasses['integration'] ||= Integration.new(parent_instance: self, create_children: @create_children)
end
tagging() click to toggle source
# File lib/palo_alto/config.rb, line 222364
def tagging
        @subclasses['tagging'] ||= Tagging.new(parent_instance: self, create_children: @create_children)
end