class ACIrb::VtapNatEntry

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/vtap.rb, line 28
def rn
  'ip-[' << @attributes['ip'] << ']-ctx-' << @attributes['ctxSeg'] << ''
end