class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Deviceconfig::System::Ssh::Profiles::HaProfiles::Entry::DefaultHostkey::KeyType
Public Instance Methods
ECDSA()
click to toggle source
ECDSA
key
# File lib/palo_alto/config.rb, line 154666 def ECDSA prop_get('ECDSA') end
ECDSA=(val)
click to toggle source
ECDSA
key
# File lib/palo_alto/config.rb, line 154670 def ECDSA=(val) prop_set('ECDSA', val) end
RSA()
click to toggle source
RSA
key
# File lib/palo_alto/config.rb, line 154674 def RSA prop_get('RSA') end
RSA=(val)
click to toggle source
RSA
key
# File lib/palo_alto/config.rb, line 154678 def RSA=(val) prop_set('RSA', val) end
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 154644 def _section :'key-type' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 154641 def has_multiple_values? true end