# File lib/fog/softlayer/models/network/network.rb, line 68
        def subnets
          requires :id
          @subnets ||= attributes['subnets'].map do |subnet|
            service.subnets.get(subnet['id'])
          end
        end