def update_qos_configuration
        raise IncompleteResource, 'Please retrieve the Logical Interconnect before trying to update' unless @data['qosConfiguration']
        update_options = {
          'If-Match' =>  @data['qosConfiguration'].delete('eTag'),
          'body' => @data['qosConfiguration']