class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Shared::LogSettings::Userid::MatchList::Entry::Actions::Entry::Type::Tagging

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 243448
def _section
        :'tagging'
end
action() click to toggle source
# File lib/palo_alto/config.rb, line 243573
def action
        prop_get('action')
end
action=(val) click to toggle source
# File lib/palo_alto/config.rb, line 243576
def action=(val)
        prop_set('action', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 243445
def has_multiple_values?
        false
end
registration() click to toggle source
# File lib/palo_alto/config.rb, line 243506
def registration
        if @create_children
                @subclasses['registration'] ||= Registration.new(parent_instance: self, create_children: @create_children)
        else
                Registration.new(parent_instance: self)
        end
end
tags() click to toggle source
# File lib/palo_alto/config.rb, line 243536
def tags
        if @create_children
                @subclasses['tags'] ||= Tags.new(parent_instance: self, create_children: @create_children)
        else
                Tags.new(parent_instance: self)
        end
end
target() click to toggle source
# File lib/palo_alto/config.rb, line 243567
def target
        prop_get('target')
end
target=(val) click to toggle source
# File lib/palo_alto/config.rb, line 243570
def target=(val)
        prop_set('target', val)
end
timeout() click to toggle source

timeout in minutes

# File lib/palo_alto/config.rb, line 243580
def timeout
        prop_get('timeout')
end
timeout=(val) click to toggle source

timeout in minutes

# File lib/palo_alto/config.rb, line 243584
def timeout=(val)
        prop_set('timeout', val)
end