class ACIrb::DhcpRelayAddr

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/dhcp.rb, line 1227
def rn
  'addr-[' << @attributes['vrf'] << ']-[' << @attributes['address'] << ']'
end