class ACIrb::VnsFWReq

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/vns.rb, line 3484
def rn
  'FW_C-' << @attributes['ctrct'] << '-G-' << @attributes['graph'] << '-F-' << @attributes['node'] << '-N-' << @attributes['acl'] << ''
end