class PaloAlto::XML::Config::Devices::Entry::TemplateStack::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 295470
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 295494
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 295498
def as_nexthop=(val)
        prop_set('as-nexthop', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 295467
def has_multiple_values?
        false
end
name() click to toggle source

IKE gateway name

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