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