class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::RedistProfileIpv6::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 195581
def _section
        :'entry'
end
action() click to toggle source
# File lib/palo_alto/config.rb, line 195919
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 195883
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 195578
def has_multiple_values?
        false
end
name() click to toggle source

profile name

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

priority

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

priority

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