class ACIrb::PingExecTn

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/ping.rb, line 132
def rn
  'pingexectn-[' << @attributes['tenant'] << ']-[' << @attributes['name'] << ']-ip-[' << @attributes['srcIp'] << ']-to-[' << @attributes['dstIp'] << ']'
end