class ACIrb::TracerouteRsltFab

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/traceroute.rb, line 370
def rn
  'trrsltfab-[' << @attributes['name'] << ']-' << @attributes['srcNodeId'] << '-to-' << @attributes['dstNodeId'] << '-ts-' << @attributes['startTs'] << ''
end