class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::Rip::AuthProfile::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 302621
def _section
        :'entry'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 302618
def has_multiple_values?
        false
end
md5() click to toggle source
# File lib/palo_alto/config.rb, line 302686
def md5
        if @create_children
                @subclasses['md5'] ||= Md5.new(parent_instance: self, create_children: @create_children)
        else
                Md5.new(parent_instance: self)
        end
end
name() click to toggle source
# File lib/palo_alto/config.rb, line 302706
def name
        prop_get('@name')
end
password() click to toggle source

Simple password authentication

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

Simple password authentication

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