class PaloAlto::XML::Config::Devices::Entry::Deviceconfig::System::Ssh::RegenerateHostkeys
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 76800 def _section :'regenerate-hostkeys' end
ha()
click to toggle source
# File lib/palo_alto/config.rb, line 76884 def ha @subclasses['ha'] ||= Ha.new(parent_instance: self, create_children: @create_children) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 76797 def has_multiple_values? false end
mgmt()
click to toggle source
# File lib/palo_alto/config.rb, line 76968 def mgmt @subclasses['mgmt'] ||= Mgmt.new(parent_instance: self, create_children: @create_children) end