Class: NSXDriver::NSXComponent
- Inherits:
-
Object
- Object
- NSXDriver::NSXComponent
- Defined in:
- lib/nsx_component.rb
Overview
Class Transport Zone
Direct Known Subclasses
DistributedFirewall, LogicalPort, LogicalSwitch, TransportZone
Instance Method Summary collapse
-
#initialize(nsx_client) ⇒ NSXComponent
constructor
CONSTRUCTOR.
Constructor Details
#initialize(nsx_client) ⇒ NSXComponent
CONSTRUCTOR
22 23 24 |
# File 'lib/nsx_component.rb', line 22 def initialize(nsx_client) @nsx_client = nsx_client end |