class PaloAlto::XML::Config::Devices::Entry::TemplateStack::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 294972
def _section
        :'peer-address'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 294969
def has_multiple_values?
        false
end
ip() click to toggle source

Tunnel peer IP address

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

Tunnel peer IP address

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