# File lib/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