class PaloAlto::XML::Config::Devices::Entry::TemplateStack::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 303180 def _section :'entry' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 303177 def has_multiple_values? false end
md5()
click to toggle source
# File lib/palo_alto/config.rb, line 303245 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 303265 def name prop_get('@name') end
password()
click to toggle source
Simple password authentication
# File lib/palo_alto/config.rb, line 303269 def password prop_get('password') end
password=(val)
click to toggle source
Simple password authentication
# File lib/palo_alto/config.rb, line 303273 def password=(val) prop_set('password', val) end