class ACIrb::ActrlSnmpRule

Public Instance Methods

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