class ACIrb::ActrlMgmtRule

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/actrl.rb, line 374
def rn
  'mr-' << @attributes['scopeId'] << '-s-' << @attributes['sPcTag'] << '-d-' << @attributes['dPcTag'] << '-f-' << @attributes['fltId'] << ''
end