class ACIrb::TracerouteExecTn
Public Instance Methods
rn()
click to toggle source
# File lib/acirb/model/traceroute.rb, line 208 def rn 'trexectn-[' << @attributes['tenant'] << ']-[' << @attributes['name'] << ']-ip-[' << @attributes['srcIp'] << ']-to-[' << @attributes['dstIp'] << ']' end