class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::Rip::Interface::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 196216
def _section
        :'entry'
end
authentication() click to toggle source

Authentication options

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

Authentication options

# File lib/palo_alto/config.rb, line 196352
def authentication=(val)
        prop_set('authentication', val)
end
bfd() click to toggle source
# File lib/palo_alto/config.rb, line 196305
def bfd
        @subclasses['bfd'] ||= Bfd.new(parent_instance: self, create_children: @create_children)
end
default_route() click to toggle source
# File lib/palo_alto/config.rb, line 196266
def default_route
        if @create_children
                @subclasses['default-route'] ||= DefaultRoute.new(parent_instance: self, create_children: @create_children)
        else
                DefaultRoute.new(parent_instance: self)
        end
end
enable() click to toggle source
# File lib/palo_alto/config.rb, line 196341
def enable
        prop_get('enable')
end
enable=(val) click to toggle source
# File lib/palo_alto/config.rb, line 196344
def enable=(val)
        prop_set('enable', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 196213
def has_multiple_values?
        false
end
mode() click to toggle source
# File lib/palo_alto/config.rb, line 196355
def mode
        prop_get('mode')
end
mode=(val) click to toggle source
# File lib/palo_alto/config.rb, line 196358
def mode=(val)
        prop_set('mode', val)
end
name() click to toggle source

interface name

# File lib/palo_alto/config.rb, line 196338
def name
        prop_get('@name')
end