class PaloAlto::XML::Config::Devices::Entry::WildfireApplianceCluster::Entry::Deviceconfig::System::ManagementTunnel__19::Ikev2Gateway::Entry::Authentication::PreSharedKey

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 360976
def _section
        :'pre-shared-key'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 360973
def has_multiple_values?
        false
end
key() click to toggle source

the string used as pre-shared key

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

the string used as pre-shared key

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