class ACIrb::Ipv6Nexthop

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/ipv6.rb, line 218
def rn
  'nh-[' << @attributes['nhIf'] << ']-addr-[' << @attributes['nhAddr'] << ']-vrf-[' << @attributes['nhVrf'] << ']'
end