class PaloAlto::XML::Config::Devices::Entry::LogCollectorGroup::Entry::GeneralSetting::Management::Ssh::Profiles::MgmtProfiles::ServerProfiles::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 348425 def _section :'entry' end
ciphers()
click to toggle source
# File lib/palo_alto/config.rb, line 348471 def ciphers if @create_children @subclasses['ciphers'] ||= Ciphers.new(parent_instance: self, create_children: @create_children) else Ciphers.new(parent_instance: self) end end
default_hostkey()
click to toggle source
# File lib/palo_alto/config.rb, line 348620 def default_hostkey @subclasses['default-hostkey'] ||= DefaultHostkey.new(parent_instance: self, create_children: @create_children) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 348422 def has_multiple_values? false end
kex()
click to toggle source
# File lib/palo_alto/config.rb, line 348543 def kex if @create_children @subclasses['kex'] ||= Kex.new(parent_instance: self, create_children: @create_children) else Kex.new(parent_instance: self) end end
mac()
click to toggle source
# File lib/palo_alto/config.rb, line 348506 def mac if @create_children @subclasses['mac'] ||= Mac.new(parent_instance: self, create_children: @create_children) else Mac.new(parent_instance: self) end end
name()
click to toggle source
alphanumeric string begin with letter: [0-9a-zA-Z._-]
# File lib/palo_alto/config.rb, line 348713 def name prop_get('@name') end
session_rekey()
click to toggle source
# File lib/palo_alto/config.rb, line 348702 def session_rekey @subclasses['session-rekey'] ||= SessionRekey.new(parent_instance: self, create_children: @create_children) end