class PaloAlto::XML::Config::Devices::Entry::LogCollectorGroup::Entry::GeneralSetting::Management::Ssh::RegenerateHostkeys::Mgmt::KeyType::ECDSA

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 348907
def _section
        :'ECDSA'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 348904
def has_multiple_values?
        false
end
key_length() click to toggle source

Length of SSH key

# File lib/palo_alto/config.rb, line 348920
def key_length
        prop_get('key-length')
end
key_length=(val) click to toggle source

Length of SSH key

# File lib/palo_alto/config.rb, line 348924
def key_length=(val)
        prop_set('key-length', val)
end