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

profile name

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

priority

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

priority

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