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