class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::SharedGateway::Entry::Rulebase::Pbf::Rules::Entry::Action::Forward::Nexthop

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 323247
def _section
        :'nexthop'
end
fqdn() click to toggle source

nexthop address FQDN name configuration

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

nexthop address FQDN name configuration

# File lib/palo_alto/config.rb, line 323287
def fqdn=(val)
        prop_set('fqdn', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 323244
def has_multiple_values?
        false
end
ip_address() click to toggle source

Next hop IP address

# File lib/palo_alto/config.rb, line 323275
def ip_address
        prop_get('ip-address')
end
ip_address=(val) click to toggle source

Next hop IP address

# File lib/palo_alto/config.rb, line 323279
def ip_address=(val)
        prop_set('ip-address', val)
end