class PaloAlto::XML::Config::Devices::Entry::LogCollectorGroup::Entry::GeneralSetting::Management::Ssh::Profiles::MgmtProfiles::ServerProfiles::Entry::DefaultHostkey::KeyType
Public Instance Methods
ECDSA()
click to toggle source
ECDSA
key
# File lib/palo_alto/config.rb, line 348595 def ECDSA prop_get('ECDSA') end
ECDSA=(val)
click to toggle source
ECDSA
key
# File lib/palo_alto/config.rb, line 348599 def ECDSA=(val) prop_set('ECDSA', val) end
RSA()
click to toggle source
RSA
key
# File lib/palo_alto/config.rb, line 348603 def RSA prop_get('RSA') end
RSA=(val)
click to toggle source
RSA
key
# File lib/palo_alto/config.rb, line 348607 def RSA=(val) prop_set('RSA', val) end
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 348561 def _section :'key-type' end
all()
click to toggle source
# File lib/palo_alto/config.rb, line 348573 def all @subclasses['all'] ||= All.new(parent_instance: self, create_children: @create_children) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 348558 def has_multiple_values? true end