class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::Bgp::PeerGroup::Entry::Peer::Entry::PeerAddress

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 307007
def _section
        :'peer-address'
end
fqdn() click to toggle source

bgp peer FQDN address object configuration

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

bgp peer FQDN address object configuration

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

peer address configuration

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

peer address configuration

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