class PaloAlto::XML::Config::Devices::Entry::LogCollectorGroup::Entry::GeneralSetting::Management::Ssh::RegenerateHostkeys::Mgmt
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 348893 def _section :'mgmt' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 348890 def has_multiple_values? false end
key_type()
click to toggle source
# File lib/palo_alto/config.rb, line 348961 def key_type if @create_children @subclasses['key-type'] ||= KeyType.new(parent_instance: self, create_children: @create_children) else KeyType.new(parent_instance: self) end end