class ACIrb::DbgAnyToEp

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/dbg.rb, line 1160
def rn
  'AnyToEp-tn-' << @attributes['tenantName'] << '-r-' << @attributes['ruleName'] << '-' << @attributes['type'] << '-l-' << @attributes['localNodeId'] << '-d-[' << @attributes['dst'] << ']-e-' << @attributes['filtEnt'] << ''
end