class ACIrb::BgpVpnRoute

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/bgp.rb, line 2023
def rn
  'vpnrt-[' << @attributes['pfx'] << ']-' << @attributes['rd'] << ''
end