class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::Tunnel__5::Hop::Entry::PeerAddress

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 188438
def _section
        :'peer-address'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 188435
def has_multiple_values?
        false
end
ip() click to toggle source

Tunnel peer IP address

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

Tunnel peer IP address

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