class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::Bgp::Policy::Export::Rules::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 201822
def _section
        :'entry'
end
action() click to toggle source
# File lib/palo_alto/config.rb, line 202550
def action
        @subclasses['action'] ||= Action.new(parent_instance: self, create_children: @create_children)
end
enable() click to toggle source

Enable

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

Enable

# File lib/palo_alto/config.rb, line 202572
def enable=(val)
        prop_set('enable', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 201819
def has_multiple_values?
        false
end
match() click to toggle source
# File lib/palo_alto/config.rb, line 202108
def match
        @subclasses['match'] ||= Match.new(parent_instance: self, create_children: @create_children)
end
name() click to toggle source
# File lib/palo_alto/config.rb, line 202564
def name
        prop_get('@name')
end
used_by() click to toggle source
# File lib/palo_alto/config.rb, line 201845
def used_by
        if @create_children
                @subclasses['used-by'] ||= UsedBy.new(parent_instance: self, create_children: @create_children)
        else
                UsedBy.new(parent_instance: self)
        end
end