class ACIrb::FvtopoPort

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/fvtopo.rb, line 79
def rn
  'node-' << @attributes['nodeId'] << '-port-' << @attributes['id'] << ''
end