class ACIrb::DbgEpToIp
Public Instance Methods
rn()
click to toggle source
# File lib/acirb/model/dbg.rb, line 2017 def rn 'epToIp-tn-' << @attributes['tenantName'] << '-r-' << @attributes['ruleName'] << '-' << @attributes['type'] << '-l-' << @attributes['localNodeId'] << '-s-[' << @attributes['src'] << ']-d-[' << @attributes['dst'] << ']-e-' << @attributes['filtEnt'] << '' end