class PaloAlto::XML::Config::Devices::Entry::WildfireAppliance::Entry::Deviceconfig::System::Ssh::Profiles::MgmtProfiles::ServerProfiles::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 367591 def _section :'entry' end
ciphers()
click to toggle source
# File lib/palo_alto/config.rb, line 367637 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 367786 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 367588 def has_multiple_values? false end
kex()
click to toggle source
# File lib/palo_alto/config.rb, line 367709 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 367672 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 367879 def name prop_get('@name') end
session_rekey()
click to toggle source
# File lib/palo_alto/config.rb, line 367868 def session_rekey @subclasses['session-rekey'] ||= SessionRekey.new(parent_instance: self, create_children: @create_children) end