class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::RedistProfile::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 301739
def _section
        :'entry'
end
action() click to toggle source
# File lib/palo_alto/config.rb, line 302080
def action
        if @create_children
                @subclasses['action'] ||= Action.new(parent_instance: self, create_children: @create_children)
        else
                Action.new(parent_instance: self)
        end
end
filter() click to toggle source
# File lib/palo_alto/config.rb, line 302044
def filter
        @subclasses['filter'] ||= Filter.new(parent_instance: self, create_children: @create_children)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 301736
def has_multiple_values?
        false
end
name() click to toggle source

profile name

# File lib/palo_alto/config.rb, line 302100
def name
        prop_get('@name')
end
priority() click to toggle source

priority

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

priority

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