Method: Fog::Compute::Ecloud::Server#nics
- Defined in:
- lib/rackspace-fog/ecloud/models/compute/server.rb
#nics ⇒ Object
180 181 182 183 184 |
# File 'lib/rackspace-fog/ecloud/models/compute/server.rb', line 180 def nics c = hardware_configuration.network_cards[:Nic] c = c.is_a?(Hash) ? [c] : c @nics = c end |