class PaloAlto::XML::Config::Devices::Entry::Template::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 196062
def _section
        :'entry'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 196059
def has_multiple_values?
        false
end
md5() click to toggle source
# File lib/palo_alto/config.rb, line 196127
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 196147
def name
        prop_get('@name')
end
password() click to toggle source

Simple password authentication

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

Simple password authentication

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