class ACIrb::CoopIpOnlyRec

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/coop.rb, line 500
def rn
  'vrf-' << @attributes['vrfVnid'] << '-ip-[' << @attributes['addr'] << ']'
end