Class: Dcmgr::VNet::Isolator

Inherits:
Object
  • Object
show all
Defined in:
lib/dcmgr/vnet.rb

Overview

Abstract class that determines how to isolate instances (vnics) from each other

Instance Method Summary collapse

Instance Method Details

#determine_friends(me, others) ⇒ Object



99
100
101
# File 'lib/dcmgr/vnet.rb', line 99

def determine_friends(me,others)
  raise notImplementedError
end