class PaloAlto::XML::Config::Devices::Entry::Template::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 195184
def _section
        :'entry'
end
action() click to toggle source
# File lib/palo_alto/config.rb, line 195523
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 195487
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 195181
def has_multiple_values?
        false
end
name() click to toggle source

profile name

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

priority

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

priority

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