class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::Tunnel__5::Ipsec::Entry::AutoKey::IkeGateway::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 188934
def _section
        :'entry'
end
as_nexthop() click to toggle source

manually register this IKE gateway as the given nexthop value

# File lib/palo_alto/config.rb, line 188958
def as_nexthop
        prop_get('as-nexthop')
end
as_nexthop=(val) click to toggle source

manually register this IKE gateway as the given nexthop value

# File lib/palo_alto/config.rb, line 188962
def as_nexthop=(val)
        prop_set('as-nexthop', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 188931
def has_multiple_values?
        false
end
name() click to toggle source

IKE gateway name

# File lib/palo_alto/config.rb, line 188954
def name
        prop_get('@name')
end