class PaloAlto::XML::Config::Devices::Entry::Template::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 198175
def _section
        :'encryption'
end
algorithm() click to toggle source
# File lib/palo_alto/config.rb, line 198199
def algorithm
        prop_get('algorithm')
end
algorithm=(val) click to toggle source
# File lib/palo_alto/config.rb, line 198202
def algorithm=(val)
        prop_set('algorithm', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 198172
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 198206
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 198210
def key=(val)
        prop_set('key', val)
end