class ACIrb::BgpPath

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/bgp.rb, line 1155
def rn
  'path-[' << @attributes['peer'] << ']-id-' << @attributes['id'] << '-nh-[' << @attributes['nh'] << ']'
end