class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::Ospf::AuthProfile::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 196621 def _section :'entry' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 196618 def has_multiple_values? false end
md5()
click to toggle source
# File lib/palo_alto/config.rb, line 196686 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 196706 def name prop_get('@name') end
password()
click to toggle source
Simple password authentication
# File lib/palo_alto/config.rb, line 196710 def password prop_get('password') end
password=(val)
click to toggle source
Simple password authentication
# File lib/palo_alto/config.rb, line 196714 def password=(val) prop_set('password', val) end