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