class ACIrb::Ipv4Nexthop
Public Instance Methods
rn()
click to toggle source
# File lib/acirb/model/ipv4.rb, line 182 def rn 'nh-[' << @attributes['nhIf'] << ']-addr-[' << @attributes['nhAddr'] << ']-vrf-[' << @attributes['nhVrf'] << ']' end