class ACIrb::QospDscpRule

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/qosp.rb, line 178
def rn
  'dscp-f-' << @attributes['from'] << '-t-' << @attributes['to'] << '-grp-' << @attributes['qosGrp'] << '-dscp-' << @attributes['markDscp'] << ''
end