class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::Tunnel__5::Ipsec::Entry::ManualKey::Ah::Sha256

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 296322
def _section
        :'sha256'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 296319
def has_multiple_values?
        false
end
key() click to toggle source

hex format xxxxxxxx… total 8 sections

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

hex format xxxxxxxx… total 8 sections

# File lib/palo_alto/config.rb, line 296338
def key=(val)
        prop_set('key', val)
end