Class: Dcmgr::VNet::Isolator
- Inherits:
-
Object
- Object
- Dcmgr::VNet::Isolator
- Defined in:
- lib/dcmgr/vnet.rb
Overview
Abstract class that determines how to isolate instances (vnics) from each other
Direct Known Subclasses
Dcmgr::VNet::Isolators::BySecurityGroup, Dcmgr::VNet::Isolators::DummyIsolator
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 |