class ACIrb::FvIfConn

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/fv.rb, line 3984
def rn
  'conn-[' << @attributes['encap'] << ']-[' << @attributes['addr'] << ']'
end