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