class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::Ospfv3::AuthProfile::Entry::Esp::Encryption
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 304736 def _section :'encryption' end
algorithm()
click to toggle source
# File lib/palo_alto/config.rb, line 304760 def algorithm prop_get('algorithm') end
algorithm=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 304763 def algorithm=(val) prop_set('algorithm', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 304733 def has_multiple_values? false end
key()
click to toggle source
hex format xxxxxxxx… total number of sections: 3des: 6, aes128: 4, aes192: 6, aes256: 8
# File lib/palo_alto/config.rb, line 304767 def key prop_get('key') end
key=(val)
click to toggle source
hex format xxxxxxxx… total number of sections: 3des: 6, aes128: 4, aes192: 6, aes256: 8
# File lib/palo_alto/config.rb, line 304771 def key=(val) prop_set('key', val) end