class PaloAlto::XML::Config::Devices::Entry::WildfireAppliance::Entry::Deviceconfig::System::Ssh::RegenerateHostkeys
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 367968 def _section :'regenerate-hostkeys' end
ha()
click to toggle source
# File lib/palo_alto/config.rb, line 368052 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 367965 def has_multiple_values? false end
mgmt()
click to toggle source
# File lib/palo_alto/config.rb, line 368136 def mgmt @subclasses['mgmt'] ||= Mgmt.new(parent_instance: self, create_children: @create_children) end