class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::SharedGateway::Entry::LogSettings::Correlation::MatchList::Entry::Actions::Entry::Type::Tagging::Registration

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 211260
def _section
        :'registration'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 211257
def has_multiple_values?
        true
end
localhost() click to toggle source
# File lib/palo_alto/config.rb, line 211272
def localhost
        @subclasses['localhost'] ||= Localhost.new(parent_instance: self, create_children: @create_children)
end
panorama() click to toggle source
# File lib/palo_alto/config.rb, line 211284
def panorama
        @subclasses['panorama'] ||= Panorama.new(parent_instance: self, create_children: @create_children)
end
remote() click to toggle source
# File lib/palo_alto/config.rb, line 211308
def remote
        @subclasses['remote'] ||= Remote.new(parent_instance: self, create_children: @create_children)
end