class ACIrb::OspfUcNexthop

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/ospf.rb, line 2409
def rn
  'ucnh-[' << @attributes['if'] << ']-[' << @attributes['addr'] << ']'
end