class PaloAlto::XML::Config::Devices::Entry::TemplateStack::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 302775
def _section
        :'entry'
end
authentication() click to toggle source

Authentication options

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

Authentication options

# File lib/palo_alto/config.rb, line 302911
def authentication=(val)
        prop_set('authentication', val)
end
bfd() click to toggle source
# File lib/palo_alto/config.rb, line 302864
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 302825
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 302900
def enable
        prop_get('enable')
end
enable=(val) click to toggle source
# File lib/palo_alto/config.rb, line 302903
def enable=(val)
        prop_set('enable', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 302772
def has_multiple_values?
        false
end
mode() click to toggle source
# File lib/palo_alto/config.rb, line 302914
def mode
        prop_get('mode')
end
mode=(val) click to toggle source
# File lib/palo_alto/config.rb, line 302917
def mode=(val)
        prop_set('mode', val)
end
name() click to toggle source

interface name

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