class ACIrb::CoopVpcNodeRec

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/coop.rb, line 1209
def rn
  'vpcr-' << @attributes['swId'] << '-vpcr-' << @attributes['portId'] << ''
end