class ACIrb::FvVDEp

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/fv.rb, line 13584
def rn
  'vdep-' << @attributes['mac'] << '-encap-[' << @attributes['encap'] << ']-br-[' << @attributes['brIfId'] << ']'
end